All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH] Use correct config option in arch/i386/kernel/alternative.c
@ 2007-07-31 20:36 Michal Piotrowski
  0 siblings, 0 replies; only message in thread
From: Michal Piotrowski @ 2007-07-31 20:36 UTC (permalink / raw)
  To: Andrew Morton, Andi Kleen, LKML

Hi,

File /home/devel/linux-rdc/arch/i386/kernel/alternative.c line 382
Unknown CONFIG option! CONFIG_MCE
File /home/devel/linux-rdc/arch/i386/kernel/alternative.c line 420
Unknown CONFIG option! CONFIG_MCE

Regards,
Michal

-- 
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>

--- linux-rdc-clean/arch/i386/kernel/alternative.c	2007-07-31 17:17:34.000000000 +0200
+++ linux-rdc/arch/i386/kernel/alternative.c	2007-07-31 18:52:07.000000000 +0200
@@ -379,7 +379,7 @@ void __init alternative_instructions(voi
 	   that might execute the to be patched code.
 	   Other CPUs are not running. */
 	stop_nmi();
-#ifdef CONFIG_MCE
+#ifdef CONFIG_X86_MCE
 	stop_mce();
 #endif
 
@@ -417,7 +417,7 @@ void __init alternative_instructions(voi
 	local_irq_restore(flags);
 
 	restart_nmi();
-#ifdef CONFIG_MCE
+#ifdef CONFIG_X86_MCE
 	restart_mce();
 #endif
 }

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

only message in thread, other threads:[~2007-07-31 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 20:36 [RFC][PATCH] Use correct config option in arch/i386/kernel/alternative.c Michal Piotrowski

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.