Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13735
b: refs/heads/master
c: 47c2ac8
h: refs/heads/master
i:
  13733: 871e32f
  13731: 3f5dc82
  13727: ec734c6
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Nov 10, 2005
1 parent 2c740d8 commit 6102d2b
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: 87655ff26817993932b7d049c4df226fb2c0ac5f
refs/heads/master: 47c2ac8cc3cf7c484e131d10cb812b6ab198885a
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/u3_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static void iommu_table_u3_setup(void)
iommu_table_u3.it_busno = 0;
iommu_table_u3.it_offset = 0;
/* it_size is in number of entries */
iommu_table_u3.it_size = dart_tablesize / sizeof(u32);
iommu_table_u3.it_size = (dart_tablesize / sizeof(u32)) >> DART_PAGE_FACTOR;

/* Initialize the common IOMMU code */
iommu_table_u3.it_base = (unsigned long)dart_vbase;
Expand Down

0 comments on commit 6102d2b

Please sign in to comment.