diff options
Diffstat (limited to 'kernel/Kconfig.locks')
-rw-r--r-- | kernel/Kconfig.locks | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/Kconfig.locks b/kernel/Kconfig.locks index 95dd7587ec34..65d755b6a663 100644 --- a/kernel/Kconfig.locks +++ b/kernel/Kconfig.locks | |||
@@ -235,11 +235,11 @@ config LOCK_SPIN_ON_OWNER | |||
235 | def_bool y | 235 | def_bool y |
236 | depends on MUTEX_SPIN_ON_OWNER || RWSEM_SPIN_ON_OWNER | 236 | depends on MUTEX_SPIN_ON_OWNER || RWSEM_SPIN_ON_OWNER |
237 | 237 | ||
238 | config ARCH_USE_QUEUED_SPINLOCK | 238 | config ARCH_USE_QUEUED_SPINLOCKS |
239 | bool | 239 | bool |
240 | 240 | ||
241 | config QUEUED_SPINLOCK | 241 | config QUEUED_SPINLOCKS |
242 | def_bool y if ARCH_USE_QUEUED_SPINLOCK | 242 | def_bool y if ARCH_USE_QUEUED_SPINLOCKS |
243 | depends on SMP | 243 | depends on SMP |
244 | 244 | ||
245 | config ARCH_USE_QUEUE_RWLOCK | 245 | config ARCH_USE_QUEUE_RWLOCK |