Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26104
b: refs/heads/master
c: 5b20192
h: refs/heads/master
v: v3
  • Loading branch information
Mike Waychison authored and Linus Torvalds committed Apr 22, 2006
1 parent 85d778e commit ef51cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: ddbe3eec596fc2c6a513717168217bd19c901880
refs/heads/master: 5b20192727ef2c047343a043ee4fbda67e2beef4
4 changes: 0 additions & 4 deletions trunk/arch/x86_64/kernel/pci-gart.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ static unsigned long alloc_iommu(int size)
static void free_iommu(unsigned long offset, int size)
{
unsigned long flags;
if (size == 1) {
clear_bit(offset, iommu_gart_bitmap);
return;
}
spin_lock_irqsave(&iommu_bitmap_lock, flags);
__clear_bit_string(iommu_gart_bitmap, offset, size);
spin_unlock_irqrestore(&iommu_bitmap_lock, flags);
Expand Down

0 comments on commit ef51cb4

Please sign in to comment.