[PATCH] x86-64: Allow to run a program when a machine check event is detected
[powerpc.git] / include / asm-x86_64 / mce.h
index d13687d..177e92b 100644 (file)
@@ -99,8 +99,12 @@ static inline void mce_amd_feature_init(struct cpuinfo_x86 *c)
 }
 #endif
 
+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