mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 14:34:28 +08:00
6 lines
76 B
C
6 lines
76 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "mce_32.h"
|
||
|
#else
|
||
|
# include "mce_64.h"
|
||
|
#endif
|