-
- Downloads
powerpc/mm: Introduce early_init_mmu() on 64-bit
This moves some MMU related init code out of setup_64.c into hash_utils_64.c
and calls it early_init_mmu() and early_init_mmu_secondary(). This will
make it easier to plug in a new MMU type.
Signed-off-by:
Benjamin Herrenschmidt <benh@kernel.crashing.org>
Showing
- arch/powerpc/include/asm/mmu-hash64.h 0 additions, 2 deletionsarch/powerpc/include/asm/mmu-hash64.h
- arch/powerpc/include/asm/mmu.h 4 additions, 0 deletionsarch/powerpc/include/asm/mmu.h
- arch/powerpc/kernel/setup_64.c 5 additions, 30 deletionsarch/powerpc/kernel/setup_64.c
- arch/powerpc/mm/hash_utils_64.c 34 additions, 2 deletionsarch/powerpc/mm/hash_utils_64.c
Please register or sign in to comment