summaryrefslogtreecommitdiff
path: root/kernel/Kconfig.locks
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-17 19:51:45 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:38:20 (GMT)
commitca0fec61af6504dc450f6d7780acb4a566a4d847 (patch)
tree58ad46b4884bc1d2dcfd0f028f1326d6776981b6 /kernel/Kconfig.locks
parentef0a9b10c1ae72c47bdb41f560fadb77c3ed9029 (diff)
downloadlinux-fsl-qoriq-ca0fec61af6504dc450f6d7780acb4a566a4d847.tar.xz
mutex-no-spin-on-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/Kconfig.locks')
-rw-r--r--kernel/Kconfig.locks2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kconfig.locks b/kernel/Kconfig.locks
index d2b32ac..8bb92eb 100644
--- a/kernel/Kconfig.locks
+++ b/kernel/Kconfig.locks
@@ -222,4 +222,4 @@ endif
config MUTEX_SPIN_ON_OWNER
def_bool y
- depends on SMP && !DEBUG_MUTEXES
+ depends on SMP && !DEBUG_MUTEXES && !PREEMPT_RT_FULL