diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-06-27 05:54:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-27 20:32:47 -0400 |
commit | e7eebaf6a81b956c989f184ee4b27277c88f8afe (patch) | |
tree | 25adcfb17ec5f857791557a874cc1cced390ca9f /lib | |
parent | a6537be9324c67b41f6d98f5a60a1bd5a8e02861 (diff) |
[PATCH] pi-futex: rt mutex debug
Runtime debugging functionality for rt-mutexes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 8bab0102ac73..06d3ea1133c9 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -107,6 +107,19 @@ config DEBUG_MUTEXES | |||
107 | This allows mutex semantics violations and mutex related deadlocks | 107 | This allows mutex semantics violations and mutex related deadlocks |
108 | (lockups) to be detected and reported automatically. | 108 | (lockups) to be detected and reported automatically. |
109 | 109 | ||
110 | config DEBUG_RT_MUTEXES | ||
111 | bool "RT Mutex debugging, deadlock detection" | ||
112 | default y | ||
113 | depends on DEBUG_KERNEL && RT_MUTEXES | ||
114 | help | ||
115 | This allows rt mutex semantics violations and rt mutex related | ||
116 | deadlocks (lockups) to be detected and reported automatically. | ||
117 | |||
118 | config DEBUG_PI_LIST | ||
119 | bool | ||
120 | default y | ||
121 | depends on DEBUG_RT_MUTEXES | ||
122 | |||
110 | config DEBUG_SPINLOCK | 123 | config DEBUG_SPINLOCK |
111 | bool "Spinlock debugging" | 124 | bool "Spinlock debugging" |
112 | depends on DEBUG_KERNEL | 125 | depends on DEBUG_KERNEL |