powerpc/mm: Remove radix dependency on HugeTLB page
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Tue, 14 May 2019 06:03:02 +0000 (11:33 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 4 Jul 2019 14:44:53 +0000 (00:44 +1000)
Now that we have switched the page table walk to use pmd_is_leaf we can now
revert commit 8adddf349fda ("powerpc/mm/radix: Make Radix require HUGETLB_PAGE")

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/Kconfig.cputype

index 2794235e9d3eab5e1791210c3a5d810283df36cb..56a7c814160d8e2b9ba790c3168ff243c0ddced1 100644 (file)
@@ -330,7 +330,7 @@ config ARCH_ENABLE_SPLIT_PMD_PTLOCK
 
 config PPC_RADIX_MMU
        bool "Radix MMU Support"
-       depends on PPC_BOOK3S_64 && HUGETLB_PAGE
+       depends on PPC_BOOK3S_64
        select ARCH_HAS_GIGANTIC_PAGE
        select PPC_HAVE_KUEP
        select PPC_HAVE_KUAP