mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-05 00:41:23 +00:00
6 lines
121 B
C
6 lines
121 B
C
|
#ifdef CONFIG_X86_MCE
|
||
|
extern void mcheck_init(struct cpuinfo_x86 *c);
|
||
|
#else
|
||
|
#define mcheck_init(c) do {} while(0)
|
||
|
#endif
|