]> Git Repo - linux.git/commit
mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK
authorAnshuman Khandual <[email protected]>
Wed, 5 May 2021 01:38:25 +0000 (18:38 -0700)
committerLinus Torvalds <[email protected]>
Wed, 5 May 2021 18:27:25 +0000 (11:27 -0700)
commit66f24fa766e3a5a194a85af98ff454d8d94b59cf
tree9b8f1a354655595bfab4db28bdb1e4cf05bbfa5e
parent1e866974a15be8921fb01f8c4efa93a5157ef690
mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK

ARCH_ENABLE_SPLIT_PMD_PTLOCKS has duplicate definitions on platforms
that subscribe it.  Drop these redundant definitions and instead just
select it on applicable platforms.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Anshuman Khandual <[email protected]>
Acked-by: Catalin Marinas <[email protected]> [arm64]
Acked-by: Heiko Carstens <[email protected]> [s390]
Cc: Will Deacon <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Vasily Gorbik <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Cc: Yoshinori Sato <[email protected]>
Cc: Rich Felker <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Albert Ou <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Helge Deller <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: Palmer Dabbelt <[email protected]>
Cc: Paul Walmsley <[email protected]>
Cc: Russell King <[email protected]>
Cc: Thomas Bogendoerfer <[email protected]>
Cc: Vineet Gupta <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/arm64/Kconfig
arch/powerpc/platforms/Kconfig.cputype
arch/s390/Kconfig
arch/x86/Kconfig
This page took 0.055328 seconds and 4 git commands to generate.