From 0a3049bb2a5fbfcccfed87b14c6df01870813514 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 26 May 2010 21:36:33 +0200 Subject: [PATCH] --- yaml --- r: 200322 b: refs/heads/master c: 05b782ab951a896d7da41775999821f692dc9e01 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/virt/kvm/iommu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */