From: Stephen Rothwell Date: Tue, 11 Oct 2005 09:40:20 +0000 (+1000) Subject: powerpc: make iSeries boot again X-Git-Tag: v2.6.15-rc1~59^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5f8c5f788d68e325d9fe3c26f4df5a5aee838a;p=pandora-kernel.git powerpc: make iSeries boot again On ARCH=ppc64 we were getting htab_hash_mask recalculated to the correct value for our particular machine by accident. In the merge tree, that code was commented out, so htab_hash_mask was being corrupted. We now set ppc64_pft_size instead which gets htab_has_mask calculated correctly for us later. We should put an ibm,pft-size property in the device tree at some point. Also set -mno-minimal-toc in some makefiles. Allow iSeries to configure PROC_DEVICETREE. Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed