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] [xen-unstable] x86/64: Fix build.

# HG changeset patch
# User Keir Fraser <keir@xxxxxxxxxxxxx>
# Date 1191341238 -3600
# Node ID 385b9b6bb61f076d06bbffba2ef3bf667428168c
# Parent  c2871913c5c2c09e54169ce86af73ec1314554d9
x86/64: Fix build.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 xen/arch/x86/domain.c |    2 ++
 1 files changed, 2 insertions(+)

diff -r c2871913c5c2 -r 385b9b6bb61f xen/arch/x86/domain.c
--- a/xen/arch/x86/domain.c     Tue Oct 02 16:59:07 2007 +0100
+++ b/xen/arch/x86/domain.c     Tue Oct 02 17:07:18 2007 +0100
@@ -382,7 +382,9 @@ int vcpu_initialise(struct vcpu *v)
 
     v->arch.flags = TF_kernel_mode;
 
+#if defined(__i386__)
     mapcache_vcpu_init(v);
+#endif
 
     pae_l3_cache_init(&v->arch.pae_l3_cache);
 

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

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