X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmce.h;h=177e92b4019beba32d3eef9b645cba0c66c8cd41;hb=fe1b4ba400193176213f95be3ea711a53518a609;hp=d13687dfd691752400dc6ed82bd3754dfa52d5c5;hpb=6fa0cb1141da80eed4f86155fb51931bc1c31888;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86_64/mce.h b/include/asm-x86_64/mce.h index d13687dfd69..177e92b4019 100644 --- a/include/asm-x86_64/mce.h +++ b/include/asm-x86_64/mce.h @@ -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