mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08: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
|