From: Michael Ellerman Date: Tue, 29 Jan 2008 14:13:59 +0000 (+1100) Subject: [POWERPC] Allocate the hash table under 1G on cell X-Git-Tag: v2.6.25-rc1~1131^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d824bf61b507c001868861cddda25eaab23cd7;p=pandora-kernel.git [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 Acked-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed