• Aneesh Kumar K.V's avatar
    powerpc/mm: Fix build error with FLATMEM book3s64 config · 6161a373
    Aneesh Kumar K.V authored
    The current value of MAX_PHYSMEM_BITS cannot work with 32 bit configs.
    We used to have MAX_PHYSMEM_BITS not defined without SPARSEMEM and 32
    bit configs never expected a value to be set for MAX_PHYSMEM_BITS.
    
    Dependent code such as zsmalloc derived the right values based on other
    fields. Instead of finding a value that works with different configs,
    use new values only for book3s_64. For 64 bit booke, use the definition
    of MAX_PHYSMEM_BITS as per commit a7df61a0 ("[PATCH] ppc64: Increase sparsemem defaults")
    That change was done in 2005 and hopefully will work with book3e 64.
    
    Fixes: 8bc08689 ("powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurations")
    Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
    Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
    6161a373
mmu.h 362 Bytes