summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mce.h
blob: d56d89742e8fdcd0bfd96ccd1ff83292eea0bc99 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);

OpenPOWER on IntegriCloud