diff --git a/mm/Kconfig b/mm/Kconfig index 45adcb74ff62..848a44a9e4a0 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -957,7 +957,7 @@ config ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT config SPECULATIVE_PAGE_FAULT bool "Speculative page faults" default y - depends on ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT && MMU && SMP + 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