mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +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
|