Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252962
b: refs/heads/master
c: 7b66835
h: refs/heads/master
v: v3
  • Loading branch information
Alex Williamson authored and David Woodhouse committed May 24, 2011
1 parent a190cb3 commit c59ece8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3a530e4e734cab7043a3ab7d135f539042443a7
refs/heads/master: 7b668357810ecb5fdda4418689d50f5d95aea6a8
4 changes: 4 additions & 0 deletions trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,10 @@ static void domain_exit(struct dmar_domain *domain)
if (!domain)
return;

/* Flush any lazy unmaps that may reference this domain */
if (!intel_iommu_strict)
flush_unmaps_timeout(0);

domain_remove_dev_info(domain);
/* destroy iovas */
put_iova_domain(&domain->iovad);
Expand Down

0 comments on commit c59ece8

Please sign in to comment.