aboutsummaryrefslogtreecommitdiff
path: root/include/asm-i386/mce.h
blob: b0a02ee34ffd74720747c295077720e86604933c (plain)
1
2
3
4
5
6
7
#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;