[PATCH] x86-64: Allow to run a program when a machine check event is detected
[powerpc.git] / include / asm-x86_64 / mce.h
index 5a11146..177e92b 100644 (file)
@@ -103,6 +103,8 @@ void mce_log_therm_throt_event(unsigned int cpu, __u64 status);
 
 extern atomic_t mce_entry;
 
+extern void do_machine_check(struct pt_regs *, long);
+
 #endif
 
 #endif