[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] amd iommu: Fix x86_32 build.
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1296194581 0 # Node ID f68570fb00322fcbfb249c84d3aa7a371c6c90ab # Parent 74fb7eaa6597b6e912b3d6f81fd8158a87154fe6 amd iommu: Fix x86_32 build. Signed-off-by: Keir Fraser <keir@xxxxxxx> --- xen/include/asm-x86/hvm/svm/amd-iommu-proto.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 74fb7eaa6597 -r f68570fb0032 xen/include/asm-x86/hvm/svm/amd-iommu-proto.h --- a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h Thu Jan 27 19:51:47 2011 +0000 +++ b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h Fri Jan 28 06:03:01 2011 +0000 @@ -53,7 +53,7 @@ int amd_iommu_unmap_page(struct domain * int amd_iommu_unmap_page(struct domain *d, unsigned long gfn); u64 amd_iommu_get_next_table_from_pte(u32 *entry); int amd_iommu_reserve_domain_unity_map(struct domain *domain, - unsigned long phys_addr, unsigned long size, int iw, int ir); + u64 phys_addr, unsigned long size, int iw, int ir); void invalidate_all_iommu_pages(struct domain *d); /* device table functions */ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |