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 64b build.

# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID aeeeedc6c9b754dc9d26b4bc12ab9d025578da6e
# Parent  6f874e089244ec193922236de975bffb1c1c2910
Fix 64b build.

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

diff -r 6f874e089244 -r aeeeedc6c9b7 xen/arch/x86/domain.c
--- a/xen/arch/x86/domain.c     Fri Feb 17 15:29:24 2006
+++ b/xen/arch/x86/domain.c     Fri Feb 17 17:22:23 2006
@@ -712,7 +712,7 @@
         }
         else
         {
-            hvm_restore_msrs(next);
+            hvm_restore_msrs(n);
         }
     }
 

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

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