debuggers.hg
view xen/arch/x86/cpu/mcheck/mce.h @ 0:7d21f7218375
Exact replica of unstable on 051908 + README-this
author | Mukesh Rathor |
---|---|
date | Mon May 19 15:34:57 2008 -0700 (2008-05-19) |
parents | |
children | 5c0bf00e371d a49673cd23d2 |
line source
1 #include <xen/init.h>
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);
9 /* Call the installed machine check handler for this CPU setup. */
10 extern fastcall void (*machine_check_vector)(struct cpu_user_regs *, long error_code);
12 extern int mce_disabled __initdata;
13 extern int nr_mce_banks;