linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.18-rc6-mm2] sw_any_bug_dmi_table can be used on resume, so it isn't initdata
@ 2006-09-13  1:55 Jeremy Fitzhardinge
  0 siblings, 0 replies; only message in thread
From: Jeremy Fitzhardinge @ 2006-09-13  1:55 UTC (permalink / raw)
  To: Andrew Morton, Dave Jones, Venkatesh Pallipadi
  Cc: cpufreq, Linux Kernel Mailing List

sw_any_bug_dmi_table can be used on resume, so it isn't initdata.

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>

diff -r 3bf6c0c79dba arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
--- a/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c	Tue Sep 12 01:37:21 2006 -0700
+++ b/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c	Tue Sep 12 18:51:41 2006 -0700
@@ -393,7 +393,7 @@ static int __init sw_any_bug_found(struc
 }
 
 
-static struct dmi_system_id __initdata sw_any_bug_dmi_table[] = {
+static struct dmi_system_id sw_any_bug_dmi_table[] = {
 	{
 		.callback = sw_any_bug_found,
 		.ident = "Supermicro Server X6DLP",



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

only message in thread, other threads:[~2006-09-13  1:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-13  1:55 [PATCH 2.6.18-rc6-mm2] sw_any_bug_dmi_table can be used on resume, so it isn't initdata Jeremy Fitzhardinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).