git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ec995
)
powerpc: Move default hash table size calculation to hash_utils_64.c
author
Paul Mackerras
<paulus@samba.org>
Wed, 12 Oct 2005 06:58:53 +0000
(16:58 +1000)
committer
Paul 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