Sign in
gem5
/
arm
/
linux-arm64-legacy
/
a4fb2122f1fc4a22bd6a5b8a195b952c2d31c54d
/
.
/
include
/
asm-i386
/
mce.h
blob: d56d89742e8fdcd0bfd96ccd1ff83292eea0bc99 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_MCE
extern
void
mcheck_init
(
struct
cpuinfo_x86
*
c
);
#else
#define
mcheck_init
(
c
)
do
{}
while
(
0
)
#endif
extern
int
mce_disabled
;
extern
void
stop_mce
(
void
);
extern
void
restart_mce
(
void
);