aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2014-06-21 18:03:21 -0400
committerThomas Gleixner <tglx@linutronix.de>2014-06-21 18:03:21 -0400
commit6cc620bc8e9b521e61f04eefbec0c41c01fb03b9 (patch)
treedd03f23a531643da6ccf820d7a666b2b1dcc03e4
parentaf54d6a1c3ad474bbc9893c9905022646be6092c (diff)
rtmutex: Make the rtmutex tester depend on BROKEN
It has been broken for quite some time. Just the recent updates made it compile time broken. Make it depend on BROKEN instead of removing it right away as we want a proper replacement. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 7cfcc1b8e101..cf3b30dd0e0a 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -835,7 +835,7 @@ config DEBUG_RT_MUTEXES
835 835
836config RT_MUTEX_TESTER 836config RT_MUTEX_TESTER
837 bool "Built-in scriptable tester for rt-mutexes" 837 bool "Built-in scriptable tester for rt-mutexes"
838 depends on DEBUG_KERNEL && RT_MUTEXES 838 depends on DEBUG_KERNEL && RT_MUTEXES && BROKEN
839 help 839 help
840 This option enables a rt-mutex tester. 840 This option enables a rt-mutex tester.
841 841