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 35e7966 commit 3e3774eCopy full SHA for 3e3774e
mm/Kconfig
@@ -1198,8 +1198,9 @@ config ARCH_SUPPORTS_PER_VMA_LOCK
1198
def_bool n
1199
1200
config PER_VMA_LOCK
1201
- def_bool y
+ bool "Enable per-vma locking during page fault handling."
1202
depends on ARCH_SUPPORTS_PER_VMA_LOCK && MMU && SMP
1203
+ depends on BROKEN
1204
help
1205
Allow per-vma locking during page fault handling.
1206
0 commit comments