diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> | 2021-03-18 09:18:55 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-03-31 16:46:55 +1100 |
commit | 937c49d10b4dc8e81ed1a24ffab8d70bba138af1 (patch) | |
tree | 8ca938d4da9a59d946460530854b335128e7e071 /arch/powerpc/Kconfig | |
parent | 11d92156f7a862091009d7655d19c1e7de37fc7a (diff) | |
download | linux-937c49d10b4dc8e81ed1a24ffab8d70bba138af1.tar.bz2 |
powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"
This reverts commit 675bceb097e6 ("powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc")
All the related issues are fixed as of commit:
f14312e1ed1e ("mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.")
Hence re-enable it.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210318034855.74513-1-aneesh.kumar@linux.ibm.com
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c1344c05226c..6c400f877d89 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -119,6 +119,7 @@ config PPC # select ARCH_32BIT_OFF_T if PPC32 select ARCH_HAS_DEBUG_VIRTUAL + select ARCH_HAS_DEBUG_VM_PGTABLE select ARCH_HAS_DEVMEM_IS_ALLOWED select ARCH_HAS_ELF_RANDOMIZE select ARCH_HAS_FORTIFY_SOURCE |