We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531ba89 commit 8c99c25Copy full SHA for 8c99c25
mm/Kconfig
@@ -1224,8 +1224,9 @@ config ARCH_SUPPORTS_PER_VMA_LOCK
1224
def_bool n
1225
1226
config PER_VMA_LOCK
1227
- def_bool y
+ bool "Enable per-vma locking during page fault handling."
1228
depends on ARCH_SUPPORTS_PER_VMA_LOCK && MMU && SMP
1229
+ depends on BROKEN
1230
help
1231
Allow per-vma locking during page fault handling.
1232
0 commit comments