powerpc: Move default hash table size calculation to hash_utils_64.c
authorPaul Mackerras <paulus@samba.org>
Wed, 12 Oct 2005 06:58:53 +0000 (16:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 12 Oct 2005 06:58:53 +0000 (16:58 +1000)
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 <paulus@samba.org>

No differences found