Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200322
b: refs/heads/master
c: 05b782a
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kiszka authored and Avi Kivity committed Jun 9, 2010
1 parent 58e5ded commit 0a3049b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69325a122580d3a7b26589e8efdd6663001c3297
refs/heads/master: 05b782ab951a896d7da41775999821f692dc9e01
2 changes: 1 addition & 1 deletion trunk/virt/kvm/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0a3049b

Please sign in to comment.