summaryrefslogtreecommitdiff
path: root/include/asm-x86/mce_32.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-17 18:04:40 +0200
committerThomas Gleixner <tglx@inhelltoy.tec.linutronix.de>2007-10-17 20:16:44 +0200
commite2f430291fe23a4f78da078142e8fe9e94e9e043 (patch)
treed02abe631644458cbdd3bc44c43120c73ddc7060 /include/asm-x86/mce_32.h
parent06f99ac87ef3f1f706cd1eb794b16dfbfe60ee29 (diff)
downloadlwn-e2f430291fe23a4f78da078142e8fe9e94e9e043.tar.gz
lwn-e2f430291fe23a4f78da078142e8fe9e94e9e043.zip
x86: unify include/asm/mce_32/64.h
Merge the files together. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mce_32.h')
-rw-r--r--include/asm-x86/mce_32.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/asm-x86/mce_32.h b/include/asm-x86/mce_32.h
deleted file mode 100644
index d56d89742e8f..000000000000
--- a/include/asm-x86/mce_32.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifdef CONFIG_X86_MCE
-extern void mcheck_init(struct cpuinfo_x86 *c);
-#else
-#define mcheck_init(c) do {} while(0)
-#endif
-
-extern int mce_disabled;
-
-extern void stop_mce(void);
-extern void restart_mce(void);
-