mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-09 04:06:38 +07: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
|