Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119742
b: refs/heads/master
c: 3cc3d84
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Dec 8, 2008
1 parent c378b26 commit a6a719f
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: bb9d4ff80bc032d7961815c2ff5eaf458ae3adff
refs/heads/master: 3cc3d84bffbd93bdb671ac7961b12cd98fbb9266
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ static void dma_ops_free_pagetable(struct dma_ops_domain *dma_dom)
continue;

p2 = IOMMU_PTE_PAGE(p1[i]);
for (j = 0; j < 512; ++i) {
for (j = 0; j < 512; ++j) {
if (!IOMMU_PTE_PRESENT(p2[j]))
continue;
p3 = IOMMU_PTE_PAGE(p2[j]);
Expand Down

0 comments on commit a6a719f

Please sign in to comment.