2004-11-13 19:52:19

by Andries E. Brouwer

[permalink] [raw]
Subject: [PATH] __init in i386/kernel/cpu/nexgen.c

diff -uprN -X /linux/dontdiff a/arch/i386/kernel/cpu/nexgen.c b/arch/i386/kernel/cpu/nexgen.c
--- a/arch/i386/kernel/cpu/nexgen.c 2003-12-18 03:58:08.000000000 +0100
+++ b/arch/i386/kernel/cpu/nexgen.c 2004-11-13 19:48:46.000000000 +0100
@@ -32,7 +32,7 @@ static void __init init_nexgen(struct cp
c->x86_cache_size = 256; /* A few had 1 MB... */
}

-static void nexgen_identify(struct cpuinfo_x86 * c)
+static void __init nexgen_identify(struct cpuinfo_x86 * c)
{
/* Detect NexGen with old hypercode */
if ( deep_magic_nexgen_probe() ) {