mce.h 481 B

1234567891011121314
  1. #include <linux/init.h>
  2. void amd_mcheck_init(struct cpuinfo_x86 *c);
  3. void intel_p4_mcheck_init(struct cpuinfo_x86 *c);
  4. void intel_p5_mcheck_init(struct cpuinfo_x86 *c);
  5. void intel_p6_mcheck_init(struct cpuinfo_x86 *c);
  6. void winchip_mcheck_init(struct cpuinfo_x86 *c);
  7. /* Call the installed machine check handler for this CPU setup. */
  8. extern fastcall void (*machine_check_vector)(struct pt_regs *, long error_code);
  9. extern int mce_disabled __initdata;
  10. extern int nr_mce_banks;