[POWERPC] DEBUG_PAGEALLOC for 32-bit
Here's an implementation of DEBUG_PAGEALLOC for ppc32. It disables BAT mapping and is only tested with Hash table based processor though it shouldn't be too hard to adapt it to others. Signed-off-by:Benjamin Herrenschmidt <benh@kernel.crashing.org> arch/powerpc/Kconfig.debug | 9 ++++++ arch/powerpc/mm/init_32.c | 4 +++ arch/powerpc/mm/pgtable_32.c | 52 +++++++++++++++++++++++++++++++++++++++ arch/powerpc/mm/ppc_mmu_32.c | 4 ++- include/asm-powerpc/cacheflush.h | 6 ++++ 5 files changed, 74 insertions(+), 1 deletion(-) Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/Kconfig.debug 9 additions, 0 deletionsarch/powerpc/Kconfig.debug
- arch/powerpc/mm/init_32.c 4 additions, 0 deletionsarch/powerpc/mm/init_32.c
- arch/powerpc/mm/pgtable_32.c 52 additions, 0 deletionsarch/powerpc/mm/pgtable_32.c
- arch/powerpc/mm/ppc_mmu_32.c 3 additions, 1 deletionarch/powerpc/mm/ppc_mmu_32.c
- include/asm-powerpc/cacheflush.h 6 additions, 0 deletionsinclude/asm-powerpc/cacheflush.h
Loading
Please register or sign in to comment