powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Mon, 1 Jul 2019 14:34:41 +0000 (20:04 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 4 Jul 2019 14:27:20 +0000 (00:27 +1000)
commit78c949888549a6318ae420802703408caae999f5
tree447b8e10d352e904c531737582429105814c07bc
parentb8c8a524ccad1244916a203ae40292e2786e1b26
powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize

With hash translation and 4K PAGE_SIZE config, we need to make sure we don't
use 64K page size for vmemmap.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/book3s64/hash_utils.c