[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix x86 build.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1204211013 0 # Node ID 91316e501e92298d3cb36be69e810e0b7222ed47 # Parent bf63d055d30cd9a81ef4802287938d31ee23625e Fix x86 build. Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx> --- xen/drivers/passthrough/amd/iommu_acpi.c | 4 ++-- xen/include/asm-x86/amd-iommu.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff -r bf63d055d30c -r 91316e501e92 xen/drivers/passthrough/amd/iommu_acpi.c --- a/xen/drivers/passthrough/amd/iommu_acpi.c Thu Feb 28 14:09:47 2008 +0000 +++ b/xen/drivers/passthrough/amd/iommu_acpi.c Thu Feb 28 15:03:33 2008 +0000 @@ -40,8 +40,8 @@ static struct amd_iommu * __init find_io return NULL; } -static void __init reserve_iommu_exclusion_range(struct amd_iommu *iommu, - unsigned long base, unsigned long limit) +static void __init reserve_iommu_exclusion_range( + struct amd_iommu *iommu, uint64_t base, uint64_t limit) { /* need to extend exclusion range? */ if ( iommu->exclusion_enable ) diff -r bf63d055d30c -r 91316e501e92 xen/include/asm-x86/amd-iommu.h --- a/xen/include/asm-x86/amd-iommu.h Thu Feb 28 14:09:47 2008 +0000 +++ b/xen/include/asm-x86/amd-iommu.h Thu Feb 28 15:03:33 2008 +0000 @@ -77,8 +77,8 @@ struct amd_iommu { int exclusion_enable; int exclusion_allow_all; - unsigned long exclusion_base; - unsigned long exclusion_limit; + uint64_t exclusion_base; + uint64_t exclusion_limit; }; struct ivrs_mappings { _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |