Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / arch / i386 / kernel / cpu / mcheck / mce.h
1 #include <linux/init.h>
2
3 void amd_mcheck_init(struct cpuinfo_x86 *c);
4 void intel_p4_mcheck_init(struct cpuinfo_x86 *c);
5 void intel_p5_mcheck_init(struct cpuinfo_x86 *c);
6 void intel_p6_mcheck_init(struct cpuinfo_x86 *c);
7 void winchip_mcheck_init(struct cpuinfo_x86 *c);
8
9 /* Call the installed machine check handler for this CPU setup. */
10 extern fastcall void (*machine_check_vector)(struct pt_regs *, long error_code);
11
12 extern int mce_disabled;
13 extern int nr_mce_banks;
14