WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix 64-bit Linux build.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 13bbfced7b3554848a0c0bedc401f60243128563
# Parent  ccca12a2bee209dc50a6651c7ffc39a383a92dc0
Fix 64-bit Linux build.

Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>

diff -r ccca12a2bee2 -r 13bbfced7b35 
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h
--- a/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h        
Wed Mar  8 09:33:31 2006
+++ b/linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h        
Wed Mar  8 10:11:53 2006
@@ -34,7 +34,7 @@
 
 #ifdef CONFIG_X86_LOCAL_APIC
        cb.handler_address = (unsigned long)&nmi;
-       HYPERVISOR_nmi_op(XENNMI_register_callback, cb);
+       HYPERVISOR_nmi_op(XENNMI_register_callback, &cb);
 #endif
 
        machine_specific_modify_cpu_capabilities(&boot_cpu_data);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix 64-bit Linux build., Xen patchbot -unstable <=