ia64/xen-unstable
changeset 9186:13bbfced7b35
Fix 64-bit Linux build.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Mar 08 11:11:53 2006 +0100 (2006-03-08) |
parents | ccca12a2bee2 |
children | 2538f3f838dc |
files | linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h |
line diff
1.1 --- a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h Wed Mar 08 10:33:31 2006 +0100 1.2 +++ b/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h Wed Mar 08 11:11:53 2006 +0100 1.3 @@ -34,7 +34,7 @@ static void __init machine_specific_arch 1.4 1.5 #ifdef CONFIG_X86_LOCAL_APIC 1.6 cb.handler_address = (unsigned long)&nmi; 1.7 - HYPERVISOR_nmi_op(XENNMI_register_callback, cb); 1.8 + HYPERVISOR_nmi_op(XENNMI_register_callback, &cb); 1.9 #endif 1.10 1.11 machine_specific_modify_cpu_capabilities(&boot_cpu_data);