diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-17 21:51:45 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-04-13 11:01:38 -0500 |
commit | cb32ccdbe1e6fb8893c4a5541f730cf01ae8c72f (patch) | |
tree | a1a327049e2892090fbeb672c32b24e6fc5d6761 | |
parent | c9ff88c6f6ce0191972626b33eeac0a84b26a4bd (diff) |
mutex-no-spin-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | kernel/Kconfig.locks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kconfig.locks b/kernel/Kconfig.locks index 2251882daf53..033ebc06c262 100644 --- a/kernel/Kconfig.locks +++ b/kernel/Kconfig.locks @@ -199,4 +199,4 @@ config INLINE_WRITE_UNLOCK_IRQRESTORE def_bool !DEBUG_SPINLOCK && ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE config MUTEX_SPIN_ON_OWNER - def_bool SMP && !DEBUG_MUTEXES + def_bool SMP && !DEBUG_MUTEXES && !PREEMPT_RT_FULL |