powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space
Supporting 512TB requires us to do a order 3 allocation for level 1 page table (pgd). This results in page allocation failures with certain workloads. For now limit 4k linux page size config to 64TB. Fixes: f6eedbba ("powerpc/mm/hash: Increase VA range to 128TB") Reported-by:Hugh Dickins <hughd@google.com> Signed-off-by:
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Showing
- arch/powerpc/include/asm/book3s/64/hash-4k.h 1 addition, 1 deletionarch/powerpc/include/asm/book3s/64/hash-4k.h
- arch/powerpc/include/asm/processor.h 12 additions, 13 deletionsarch/powerpc/include/asm/processor.h
- arch/powerpc/kernel/setup-common.c 1 addition, 1 deletionarch/powerpc/kernel/setup-common.c
- arch/powerpc/mm/mmu_context_book3s64.c 1 addition, 1 deletionarch/powerpc/mm/mmu_context_book3s64.c
Loading
Please register or sign in to comment