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: Fix the build.

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1207322703 -3600
# Node ID 271ec82db9218b42f5b04c94d41282e145343cc4
# Parent  80f3c86feb7f9069dfd2c0cf64302cbce67da6af
x86: Fix the build.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/drivers/passthrough/amd/iommu_map.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 80f3c86feb7f -r 271ec82db921 xen/drivers/passthrough/amd/iommu_map.c
--- a/xen/drivers/passthrough/amd/iommu_map.c   Fri Apr 04 15:43:01 2008 +0100
+++ b/xen/drivers/passthrough/amd/iommu_map.c   Fri Apr 04 16:25:03 2008 +0100
@@ -505,7 +505,7 @@ int amd_iommu_sync_p2m(struct domain *d)
     int ir = IOMMU_IO_READ_ENABLED;
 
     if ( !is_hvm_domain(d) )
-        return;
+        return 0;
 
     hd = domain_hvm_iommu(d);
 

_______________________________________________
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: Fix the build., Xen patchbot-unstable <=