diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 3f4ffda152bb..c28d247e524a 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -219,6 +219,7 @@ config SPLIT_PTLOCK_CPUS | |||
219 | default "999999" if ARM && !CPU_CACHE_VIPT | 219 | default "999999" if ARM && !CPU_CACHE_VIPT |
220 | default "999999" if PARISC && !PA20 | 220 | default "999999" if PARISC && !PA20 |
221 | default "999999" if DEBUG_SPINLOCK || DEBUG_LOCK_ALLOC | 221 | default "999999" if DEBUG_SPINLOCK || DEBUG_LOCK_ALLOC |
222 | default "999999" if !64BIT && GENERIC_LOCKBREAK | ||
222 | default "4" | 223 | default "4" |
223 | 224 | ||
224 | # | 225 | # |