From: Paul Mackerras Date: Wed, 12 Oct 2005 06:58:53 +0000 (+1000) Subject: powerpc: Move default hash table size calculation to hash_utils_64.c X-Git-Tag: v2.6.15-rc1~59^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eac8c69d1ac1266327f4e29deb23716a12c6d30;p=pandora-kernel.git powerpc: Move default hash table size calculation to hash_utils_64.c We weren't computing the size of the hash table correctly on iSeries because the relevant code in prom.c was #ifdef CONFIG_PPC_PSERIES. This moves the code to hash_utils_64.c, makes it unconditional, and cleans it up a bit. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed