debuggers.hg
changeset 22879:f68570fb0032
amd iommu: Fix x86_32 build.
Signed-off-by: Keir Fraser <keir@xen.org>
Signed-off-by: Keir Fraser <keir@xen.org>
author | Keir Fraser <keir@xen.org> |
---|---|
date | Fri Jan 28 06:03:01 2011 +0000 (2011-01-28) |
parents | 74fb7eaa6597 |
children | 722f7b7678dc |
files | xen/include/asm-x86/hvm/svm/amd-iommu-proto.h |
line diff
1.1 --- a/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h Thu Jan 27 19:51:47 2011 +0000 1.2 +++ b/xen/include/asm-x86/hvm/svm/amd-iommu-proto.h Fri Jan 28 06:03:01 2011 +0000 1.3 @@ -53,7 +53,7 @@ int amd_iommu_map_page(struct domain *d, 1.4 int amd_iommu_unmap_page(struct domain *d, unsigned long gfn); 1.5 u64 amd_iommu_get_next_table_from_pte(u32 *entry); 1.6 int amd_iommu_reserve_domain_unity_map(struct domain *domain, 1.7 - unsigned long phys_addr, unsigned long size, int iw, int ir); 1.8 + u64 phys_addr, unsigned long size, int iw, int ir); 1.9 void invalidate_all_iommu_pages(struct domain *d); 1.10 1.11 /* device table functions */