All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: Resubmitting: Add __init to probe_bigsmp
@ 2007-03-21 15:11 Prarit Bhargava
  0 siblings, 0 replies; only message in thread
From: Prarit Bhargava @ 2007-03-21 15:11 UTC (permalink / raw)
  To: linux-kernel, akpm; +Cc: Prarit Bhargava

Originally submitted Feb 13, 2007.

Add __init to probe_bigsmp.  All callers are __init and data being examined
is __initdata.

Resolves BZ 228543.

Successfully tested by me.

--- linux-2.6.18.i386.orig/arch/i386/mach-generic/bigsmp.c	2007-02-05 13:29:12.000000000 -0500
+++ linux-2.6.18.i386/arch/i386/mach-generic/bigsmp.c	2007-02-13 13:15:06.000000000 -0500
@@ -44,7 +44,7 @@ static struct dmi_system_id __initdata b
 };
 
 
-static int probe_bigsmp(void)
+static int __init probe_bigsmp(void)
 { 
 	if (def_to_bigsmp)
         	dmi_bigsmp = 1;

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

only message in thread, other threads:[~2007-03-21 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21 15:11 [PATCH]: Resubmitting: Add __init to probe_bigsmp Prarit Bhargava

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.