Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223439
b: refs/heads/master
c: 7f99d94
h: refs/heads/master
i:
  223437: 81840ee
  223435: 20364c5
  223431: 08e3480
  223423: 31c8376
v: v3
  • Loading branch information
Suresh Siddha authored and H. Peter Anvin committed Dec 14, 2010
1 parent fbc5982 commit 3b02b34
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 7f7fbf45c6b748074546f7f16b9488ca71de99c1
refs/heads/master: 7f99d946e71e71d484b7543b49e990508e70d0c0
5 changes: 5 additions & 0 deletions trunk/drivers/pci/dmar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,11 @@ int __init enable_drhd_fault_handling(void)
(unsigned long long)drhd->reg_base_addr, ret);
return -1;
}

/*
* Clear any previous faults.
*/
dmar_fault(iommu->irq, iommu);
}

return 0;
Expand Down

0 comments on commit 3b02b34

Please sign in to comment.