Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30457
b: refs/heads/master
c: f5adc9c
h: refs/heads/master
i:
  30455: 360c6a5
v: v3
  • Loading branch information
Mike Waychison authored and Linus Torvalds committed Jun 26, 2006
1 parent 09a2ac7 commit 5f2d88e
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: ed0a893fc8866baf116323acbcd883a3cc4a36a3
refs/heads/master: f5adc9c79d3a15478c0028139c54453ff3900488
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/pci-gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static unsigned long alloc_iommu(int size)
offset = find_next_zero_string(iommu_gart_bitmap,next_bit,iommu_pages,size);
if (offset == -1) {
need_flush = 1;
offset = find_next_zero_string(iommu_gart_bitmap,0,next_bit,size);
offset = find_next_zero_string(iommu_gart_bitmap,0,iommu_pages,size);
}
if (offset != -1) {
set_bit_string(iommu_gart_bitmap, offset, size);
Expand Down

0 comments on commit 5f2d88e

Please sign in to comment.