public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATH] __init in i386/kernel/cpu/nexgen.c
@ 2004-11-13 19:52 Andries Brouwer
  0 siblings, 0 replies; only message in thread
From: Andries Brouwer @ 2004-11-13 19:52 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel

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() ) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-13 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-13 19:52 [PATH] __init in i386/kernel/cpu/nexgen.c Andries Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox