diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-06-23 02:04:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 07:42:56 -0700 |
commit | a03a3e287b119c7bcbcff1d68f81864ce33b1ad2 (patch) | |
tree | 9a95f05e533835a57b56645190b60cdd16f134e2 /include/asm-i386/processor.h | |
parent | b88d4f1d390a6a232938d27d551f24cf08a2c7e0 (diff) | |
download | blackbird-obmc-linux-a03a3e287b119c7bcbcff1d68f81864ce33b1ad2.tar.gz blackbird-obmc-linux-a03a3e287b119c7bcbcff1d68f81864ce33b1ad2.zip |
[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>
Diffstat (limited to 'include/asm-i386/processor.h')
-rw-r--r-- | include/asm-i386/processor.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h index 5116465272ec..0c83cf12eec9 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h @@ -728,10 +728,4 @@ extern unsigned long boot_option_idle_override; extern void enable_sep_cpu(void); extern int sysenter_setup(void); -#ifdef CONFIG_X86_MCE -extern void mcheck_init(struct cpuinfo_x86 *c); -#else -#define mcheck_init(c) do {} while(0) -#endif - #endif /* __ASM_I386_PROCESSOR_H */ |