Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142253
b: refs/heads/master
c: 34aaaa9
h: refs/heads/master
i:
  142251: afe64a3
v: v3
  • Loading branch information
Han, Weidong authored and David Woodhouse committed Apr 4, 2009
1 parent 85a9c3a commit 6092c75
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 161fde083f3403e7aa178dc944bf43c339e18491
refs/heads/master: 34aaaa948e3c9dd65b27fa499c5c9e8d8f1227cf
7 changes: 7 additions & 0 deletions trunk/drivers/pci/intr_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,13 @@ int __init enable_intr_remapping(int eim)
for_each_drhd_unit(drhd) {
struct intel_iommu *iommu = drhd->iommu;

/*
* If the queued invalidation is already initialized,
* shouldn't disable it.
*/
if (iommu->qi)
continue;

/*
* Clear previous faults.
*/
Expand Down

0 comments on commit 6092c75

Please sign in to comment.