diff --git a/mm/Kconfig b/mm/Kconfig index b2e515748c93..0d4a75cdc6ac 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -958,8 +958,6 @@ config SPECULATIVE_PAGE_FAULT bool "Speculative page faults" default y depends on ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT && MMU && SMP && !NUMA - # split ptl lock can result in PTL destruction under RCU - depends on !ALLOC_SPLIT_PTLOCKS help Try to handle user space page faults without holding the mmap lock.