commit | 41d824bf61b507c001868861cddda25eaab23cd7 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Jan 30 01:13:59 2008 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Thu Jan 31 12:11:09 2008 +1100 |
tree | 63927b478d6298698ece2842dca37d174ac2fe61 | |
parent | 1f62a1626e53e7b851e3e059cbd2fdc99cb85c05 [diff] |
[POWERPC] Allocate the hash table under 1G on cell In order to support the fixed IOMMU mapping (in a subsequent patch), we need the hash table to be inside the IOMMUs DMA window. This is usually 2G, but let's make sure the hash table is under 1G as that will satisfy the IOMMU requirements and also means the hash table will be on node 0. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Paul Mackerras <paulus@samba.org>