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] Fix 32-bit x86 compile

# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
# Date 1172668940 0
# Node ID 0f0ac445bf82e4dca6d3b22d646e0bf278bd3757
# Parent  f3271ae6a485cb85516f06048ba7a6708476d654
Fix 32-bit x86 compile
---
 xen/arch/x86/domain.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r f3271ae6a485 -r 0f0ac445bf82 xen/arch/x86/domain.c
--- a/xen/arch/x86/domain.c     Wed Feb 28 13:19:16 2007 +0000
+++ b/xen/arch/x86/domain.c     Wed Feb 28 13:22:20 2007 +0000
@@ -499,7 +499,7 @@ int arch_set_info_guest(
     struct domain *d = v->domain;
     unsigned long cr3_pfn = INVALID_MFN;
     unsigned long flags;
-    int i, rc, compat;
+    int i, rc = 0, compat;
 
     /* The context is a compat-mode one if *either* the calling domain 
      * or the target domain is compat-mode: if the caller is compat, it

_______________________________________________
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] Fix 32-bit x86 compile, Xen patchbot-unstable <=