aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/nmi.c
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-28 14:04:13 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-04-28 14:04:13 +0000
commit162dad1cfbdb556a6d9d35d98e2c79d899adea9c (patch)
tree34f8af3c00d6ae89a1aeca46f10cee2735f4f9fe /xen/arch/x86/nmi.c
parentb9cd4450f8a869d848db2a4d73608100eea02492 (diff)
downloadxen-162dad1cfbdb556a6d9d35d98e2c79d899adea9c.tar.gz
xen-162dad1cfbdb556a6d9d35d98e2c79d899adea9c.tar.bz2
xen-162dad1cfbdb556a6d9d35d98e2c79d899adea9c.zip
bitkeeper revision 1.1389.1.2 (4270ed5dZvr_HdIQR0eBM2m4Kj81_A)
Renames: execution_context/xen_regs -> cpu_user_regs full_execution_context -> vcpu_guest_context [defined both 'struct xxx' and 'xxx_t' forms] Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/nmi.c')
-rw-r--r--xen/arch/x86/nmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/nmi.c b/xen/arch/x86/nmi.c
index 89770b774a..ee798f9a36 100644
--- a/xen/arch/x86/nmi.c
+++ b/xen/arch/x86/nmi.c
@@ -267,7 +267,7 @@ void touch_nmi_watchdog (void)
alert_counter[i] = 0;
}
-void nmi_watchdog_tick (struct xen_regs * regs)
+void nmi_watchdog_tick (struct cpu_user_regs * regs)
{
int sum, cpu = smp_processor_id();