ia64/xen-unstable
changeset 17549:4aec1797720f
i386: Fix build.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu May 01 10:49:38 2008 +0100 (2008-05-01) |
parents | 520519f5e346 |
children | becd9b77f951 |
files | xen/arch/x86/msi.c |
line diff
1.1 --- a/xen/arch/x86/msi.c Thu May 01 10:46:59 2008 +0100 1.2 +++ b/xen/arch/x86/msi.c Thu May 01 10:49:38 2008 +0100 1.3 @@ -520,7 +520,7 @@ static int msi_capability_init(struct pc 1.4 1.5 static u64 pci_resource_start(struct pci_dev *dev, u8 bar_index) 1.6 { 1.7 - unsigned long bar_base; 1.8 + u64 bar_base; 1.9 u8 bus = dev->bus; 1.10 u8 slot = PCI_SLOT(dev->devfn); 1.11 u8 func = PCI_FUNC(dev->devfn);