[ARM] 4365/1: Add AC97 clock to s3c2443 machine
[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.168068 seconds and 5 git commands to generate.