]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] __init in i386/kernel/cpu/nexgen.c
authorAndries E. Brouwer <andries.brouwer@cwi.nl>
Sat, 13 Nov 2004 12:58:39 +0000 (04:58 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 13 Nov 2004 12:58:39 +0000 (04:58 -0800)
arch/i386/kernel/cpu/nexgen.c

index 4c44e973b1d70e6dd1cbb206d2d56f8acb4f8fde..30898a260a5cd8c86c2b2b339d43bf0f0f2bfd81 100644 (file)
@@ -32,7 +32,7 @@ static void __init init_nexgen(struct cpuinfo_x86 * c)
        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() ) {