]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/asm-i386/mce.h
x86: Stop MCEs and NMIs during code patching
[net-next-2.6.git] / include / asm-i386 / mce.h
CommitLineData
a03a3e28
AD
1#ifdef CONFIG_X86_MCE
2extern void mcheck_init(struct cpuinfo_x86 *c);
3#else
4#define mcheck_init(c) do {} while(0)
5#endif
105fddb8
RR
6
7extern int mce_disabled;
8f4e956b
AK
8
9extern void stop_mce(void);
10extern void restart_mce(void);
11