Pull bugzilla-7200 into release branch
[deliverable/linux.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;
This page took 0.111825 seconds and 5 git commands to generate.