Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119691
b: refs/heads/master
c: 70d7d35
h: refs/heads/master
i:
  119689: c71cdda
  119687: 0ff670a
v: v3
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Dec 3, 2008
1 parent cdeddec commit 323e992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b1dedca42ac0d0d0be01e39d8461bb53a2389b3
refs/heads/master: 70d7d357578245f1993fd2d3ccd26088bcd38941
2 changes: 2 additions & 0 deletions trunk/arch/x86/kernel/pci-gart_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ static void free_iommu(unsigned long offset, int size)

spin_lock_irqsave(&iommu_bitmap_lock, flags);
iommu_area_free(iommu_gart_bitmap, offset, size);
if (offset >= next_bit)
next_bit = offset + size;
spin_unlock_irqrestore(&iommu_bitmap_lock, flags);
}

Expand Down

0 comments on commit 323e992

Please sign in to comment.