RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / i386 / kernel / cpu / mcheck / mce.h
blob81fb6e2d35f37e2109d02a0e5b98fb1335261e4f
1 #include <linux/init.h>
2 #include <asm/mce.h>
4 void amd_mcheck_init(struct cpuinfo_x86 *c);
5 void intel_p4_mcheck_init(struct cpuinfo_x86 *c);
6 void intel_p5_mcheck_init(struct cpuinfo_x86 *c);
7 void intel_p6_mcheck_init(struct cpuinfo_x86 *c);
8 void winchip_mcheck_init(struct cpuinfo_x86 *c);
10 /* Call the installed machine check handler for this CPU setup. */
11 extern fastcall void (*machine_check_vector)(struct pt_regs *, long error_code);
13 extern int nr_mce_banks;