Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138786
b: refs/heads/master
c: 2e93456
h: refs/heads/master
v: v3
  • Loading branch information
Suresh Siddha authored and H. Peter Anvin committed Mar 17, 2009
1 parent e554461 commit 63a45b5
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: 1531a6a6b81a4e6f9eec9a5608758a6ea14b96e0
refs/heads/master: 2e93456f5c069cf889c0c3acd1246ee88c49ae5c
2 changes: 1 addition & 1 deletion trunk/drivers/pci/intr_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ int free_irte(int irq)

if (!irq_iommu->sub_handle) {
for (i = 0; i < (1 << irq_iommu->irte_mask); i++)
set_64bit((unsigned long *)irte, 0);
set_64bit((unsigned long *)(irte + i), 0);
rc = qi_flush_iec(iommu, index, irq_iommu->irte_mask);
}

Expand Down

0 comments on commit 63a45b5

Please sign in to comment.