Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119216
b: refs/heads/master
c: 8501c45
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Nov 18, 2008
1 parent 47f824e commit d600154
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: 695b5676c727d80921a2dc8737d5b3322222db85
refs/heads/master: 8501c45cc32c311ae755a2d5ac8c4a5f04908d42
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 @@ -537,7 +537,7 @@ static void dma_ops_free_addresses(struct dma_ops_domain *dom,
address >>= PAGE_SHIFT;
iommu_area_free(dom->bitmap, address, pages);

if (address + pages >= dom->next_bit)
if (address >= dom->next_bit)
dom->need_flush = true;
}

Expand Down

0 comments on commit d600154

Please sign in to comment.