From: Christophe Leroy Date: Thu, 3 Jun 2021 07:53:49 +0000 (+0000) Subject: powerpc: Remove CONFIG_PPC_MMU_NOHASH_32 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c0ca0fe08c9213a5187e4513b5506667f249030f;p=linux.git powerpc: Remove CONFIG_PPC_MMU_NOHASH_32 Since commit Fixes: 555904d07eef ("powerpc/8xx: MM_SLICE is not needed anymore"), CONFIG_PPC_MMU_NOHASH_32 has not been used. Remove it. Reported-by: Tom Rix Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/bf1e074f6fb213a1c4cc4964370bdce4b648d647.1622706812.git.christophe.leroy@csgroup.eu --- diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 885140055b7aa..dc7c46f92302d 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype @@ -424,10 +424,6 @@ config PPC_MMU_NOHASH def_bool y depends on !PPC_BOOK3S -config PPC_MMU_NOHASH_32 - def_bool y - depends on PPC_MMU_NOHASH && PPC32 - config PPC_BOOK3E_MMU def_bool y depends on FSL_BOOKE || PPC_BOOK3E