Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35830
b: refs/heads/master
c: 5f4a7a9
h: refs/heads/master
v: v3
  • Loading branch information
Muli Ben-Yehuda authored and Andi Kleen committed Sep 26, 2006
1 parent c49cbee commit d05026f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 352f7bae81faa2befa2a3c02b84478dce16b8fd6
refs/heads/master: 5f4a7a93886ce1a4327f6028cc05d423f39eebf0
6 changes: 3 additions & 3 deletions trunk/include/asm-x86_64/calgary.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ struct iommu_table {
unsigned long it_base; /* mapped address of tce table */
unsigned long it_hint; /* Hint for next alloc */
unsigned long *it_map; /* A simple allocation bitmap for now */
void __iomem *bbar; /* Bridge BAR */
u64 tar_val; /* Table Address Register */
struct timer_list watchdog_timer;
spinlock_t it_lock; /* Protects it_map */
unsigned int it_size; /* Size of iommu table in entries */
unsigned char it_busno; /* Bus number this table belongs to */
void __iomem *bbar;
u64 tar_val;
struct timer_list watchdog_timer;
};

#define TCE_TABLE_SIZE_UNSPECIFIED ~0
Expand Down

0 comments on commit d05026f

Please sign in to comment.