[PATCH] i386: Use X86_EFLAGS_IF in irqflags.h.
[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.106766 seconds and 5 git commands to generate.