Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | powerpc: Move default hash table size calculation to hash_utils_64.c | Paul Mackerras | 2005-10-12 |
| | | | | | | | | | 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> | ||
* | powerpc: Merge arch/ppc64/mm to arch/powerpc/mm | Paul Mackerras | 2005-10-10 |
This moves the remaining files in arch/ppc64/mm to arch/powerpc/mm, and arranges that we use them when compiling with ARCH=ppc64. Signed-off-by: Paul Mackerras <paulus@samba.org> |