Commit a03a3e287b119c7bcbcff1d68f81864ce33b1ad2
Committed by
Linus Torvalds
1 parent
b88d4f1d39
Exists in
master
and in
7 other branches
[PATCH] Don't trigger full rebuild via CONFIG_X86_MCE
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing 4 changed files with 7 additions and 6 deletions Side-by-side Diff
arch/i386/kernel/cpu/common.c
arch/i386/power/cpu.c
include/asm-i386/mce.h
include/asm-i386/processor.h
... | ... | @@ -728,11 +728,5 @@ |
728 | 728 | extern void enable_sep_cpu(void); |
729 | 729 | extern int sysenter_setup(void); |
730 | 730 | |
731 | -#ifdef CONFIG_X86_MCE | |
732 | -extern void mcheck_init(struct cpuinfo_x86 *c); | |
733 | -#else | |
734 | -#define mcheck_init(c) do {} while(0) | |
735 | -#endif | |
736 | - | |
737 | 731 | #endif /* __ASM_I386_PROCESSOR_H */ |