aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/traps.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-03-17 14:22:50 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-03-17 14:22:50 +0000
commite114bca753116936a99531ec27c591949b5c11c9 (patch)
tree5a6256158d2f183d6431900567a2891ac6b1793d /xen/include/asm-x86/traps.h
parent60158182b4ff9dfeea12703d040ece4461c795ad (diff)
downloadxen-e114bca753116936a99531ec27c591949b5c11c9.tar.gz
xen-e114bca753116936a99531ec27c591949b5c11c9.tar.bz2
xen-e114bca753116936a99531ec27c591949b5c11c9.zip
x86 mcheck: Replace hypervisor MCA telemetry structures with something
more robust and designed to make terminal error telemetry available to the dom0 panic flow for diagnosis on reboot. Use common code for a lot of the AMD and Intel MCE handling code. Signed-off-by: Gavin Maltby <gavin.maltby@sun.com> Signed-off-by: Frank van der Linden <frank.vanderlinden@sun.com>
Diffstat (limited to 'xen/include/asm-x86/traps.h')
-rw-r--r--xen/include/asm-x86/traps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/traps.h b/xen/include/asm-x86/traps.h
index 2d055301f2..85a422363f 100644
--- a/xen/include/asm-x86/traps.h
+++ b/xen/include/asm-x86/traps.h
@@ -28,7 +28,7 @@ struct softirq_trap {
struct cpu_user_regs;
-extern void (*machine_check_vector)(struct cpu_user_regs *regs, long error_code);
+extern void machine_check_vector(struct cpu_user_regs *regs, long error_code);
/**
* guest_has_trap_callback