diff --git a/[refs] b/[refs] index bbc815a9ced8..5894529d2f7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69325a122580d3a7b26589e8efdd6663001c3297 +refs/heads/master: 05b782ab951a896d7da41775999821f692dc9e01 diff --git a/trunk/virt/kvm/iommu.c b/trunk/virt/kvm/iommu.c index d2f06be63354..96048ee9e39e 100644 --- a/trunk/virt/kvm/iommu.c +++ b/trunk/virt/kvm/iommu.c @@ -271,7 +271,7 @@ static void kvm_iommu_put_pages(struct kvm *kvm, pfn = phys >> PAGE_SHIFT; /* Unmap address from IO address space */ - order = iommu_unmap(domain, gfn_to_gpa(gfn), PAGE_SIZE); + order = iommu_unmap(domain, gfn_to_gpa(gfn), 0); unmap_pages = 1ULL << order; /* Unpin all pages we just unmapped to not leak any memory */