blob: 7cc1a973bf00f283c1324f65938a7d9505a78319 [file] [log] [blame]
Alexey Dobriyana03a3e22006-06-23 02:04:20 -07001#ifdef CONFIG_X86_MCE
2extern void mcheck_init(struct cpuinfo_x86 *c);
3#else
4#define mcheck_init(c) do {} while(0)
5#endif