|
@@ -344,7 +344,7 @@ static int iommu_map(struct protection_domain *dom,
|
|
|
u64 __pte, *pte, *page;
|
|
|
|
|
|
bus_addr = PAGE_ALIGN(bus_addr);
|
|
|
- phys_addr = PAGE_ALIGN(bus_addr);
|
|
|
+ phys_addr = PAGE_ALIGN(phys_addr);
|
|
|
|
|
|
/* only support 512GB address spaces for now */
|
|
|
if (bus_addr > IOMMU_MAP_SIZE_L3 || !(prot & IOMMU_PROT_MASK))
|