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

# HG changeset patch
# User jrb44@xxxxxxxxxxxxxxxxx
# Node ID 51f91ef6c3b5ea1f302340ca4147d5a9f4c4260f
# Parent  65e0699dc9e11e3b297865d4bf184856d916955f
Fix x86-64 build.

Signed-off-by: James Bulpin <james@xxxxxxxxxxxxx>

diff -r 65e0699dc9e1 -r 51f91ef6c3b5 xen/arch/x86/domain.c
--- a/xen/arch/x86/domain.c     Thu Nov 17 12:03:13 2005
+++ b/xen/arch/x86/domain.c     Thu Nov 17 12:32:05 2005
@@ -255,6 +255,9 @@
     struct domain *d = v->domain;
     l1_pgentry_t gdt_l1e;
     int vcpuid, pdpt_order;
+#ifdef __x86_64__
+    int i;
+#endif
 
     if ( is_idle_task(d) )
         return;

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

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