mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
i386: really stop MCEs during code patching
It's CONFIG_X86_MCE, not CONFIG_MCE. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
08da5a2ca4
commit
d2d0251f6f
@ -388,7 +388,7 @@ void __init alternative_instructions(void)
|
||||
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
|
||||
|
||||
@ -426,7 +426,7 @@ void __init alternative_instructions(void)
|
||||
local_irq_restore(flags);
|
||||
|
||||
restart_nmi();
|
||||
#ifdef CONFIG_MCE
|
||||
#ifdef CONFIG_X86_MCE
|
||||
restart_mce();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user