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

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1209635378 -3600
# Node ID 4aec1797720f3691a54988b2b7e02683fb6cdf89
# Parent  520519f5e346034585dfe65b2e6ca5ec3fc49687
i386: Fix build.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 xen/arch/x86/msi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 520519f5e346 -r 4aec1797720f xen/arch/x86/msi.c
--- a/xen/arch/x86/msi.c        Thu May 01 10:46:59 2008 +0100
+++ b/xen/arch/x86/msi.c        Thu May 01 10:49:38 2008 +0100
@@ -520,7 +520,7 @@ static int msi_capability_init(struct pc
 
 static u64 pci_resource_start(struct pci_dev *dev, u8 bar_index)
 {
-    unsigned long bar_base;
+    u64 bar_base;
     u8 bus = dev->bus;
     u8 slot = PCI_SLOT(dev->devfn);
     u8 func = PCI_FUNC(dev->devfn);

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