Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145887
b: refs/heads/master
c: 421f909
h: refs/heads/master
i:
  145885: 18c54ed
  145883: 110f2a4
  145879: 2aa8d68
  145871: d11a313
  145855: db7b2ef
v: v3
  • Loading branch information
Neil Turton authored and Joerg Roedel committed May 28, 2009
1 parent c440609 commit 8a20800
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: 41fb454ebe6024f5c1e3b3cbc0abc0da762e7b51
refs/heads/master: 421f909c803d1c397f6c66b75653f238696c39ee
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static inline void update_last_devid(u16 devid)
static inline unsigned long tbl_size(int entry_size)
{
unsigned shift = PAGE_SHIFT +
get_order(amd_iommu_last_bdf * entry_size);
get_order(((int)amd_iommu_last_bdf + 1) * entry_size);

return 1UL << shift;
}
Expand Down

0 comments on commit 8a20800

Please sign in to comment.