commit | 3eac8c69d1ac1266327f4e29deb23716a12c6d30 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Wed Oct 12 16:58:53 2005 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 12 16:58:53 2005 +1000 |
tree | 0f79bf41c9f7e9e72d7f2827c1810d3815d6f2af | |
parent | b6ec995a21a9428aef620b5adf46d047a18d88b8 [diff] |
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 <paulus@samba.org>