Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176893
b: refs/heads/master
c: 44cd613
h: refs/heads/master
i:
  176891: 3333d30
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Dec 8, 2009
1 parent 7c36e71 commit 697b651
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5595b528b49a702c0428c0762bab60999648254c
refs/heads/master: 44cd613c0e4cd93079ea2a93aa06649d8ca0830a
3 changes: 3 additions & 0 deletions trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3247,6 +3247,9 @@ static int device_notifier(struct notifier_block *nb,
struct pci_dev *pdev = to_pci_dev(dev);
struct dmar_domain *domain;

if (iommu_no_mapping(dev))
return 0;

domain = find_domain(pdev);
if (!domain)
return 0;
Expand Down

0 comments on commit 697b651

Please sign in to comment.