1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <asm/system.h> #include "util.h" #include "mce.h" void mce_panic_check(void) { if ( is_mc_panic ) { local_irq_enable(); for ( ; ; ) halt(); } }