diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-06-27 05:54:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-27 20:32:47 -0400 |
commit | 61a87122869b6340a63b6f9f84097d3688604b90 (patch) | |
tree | 11d60d29763a42abd66453a920cc06bebc852427 /lib | |
parent | e7eebaf6a81b956c989f184ee4b27277c88f8afe (diff) |
[PATCH] pi-futex: rt mutex tester
RT-mutex tester: scriptable tester for rt mutexes, which allows userspace
scripting of mutex unit-tests (and dynamic tests as well), using the actual
rt-mutex implementation of the kernel.
[akpm@osdl.org: fixlet]
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 06d3ea1133c9..6afe0af0a19b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -120,6 +120,13 @@ config DEBUG_PI_LIST | |||
120 | default y | 120 | default y |
121 | depends on DEBUG_RT_MUTEXES | 121 | depends on DEBUG_RT_MUTEXES |
122 | 122 | ||
123 | config RT_MUTEX_TESTER | ||
124 | bool "Built-in scriptable tester for rt-mutexes" | ||
125 | depends on RT_MUTEXES | ||
126 | default n | ||
127 | help | ||
128 | This option enables a rt-mutex tester. | ||
129 | |||
123 | config DEBUG_SPINLOCK | 130 | config DEBUG_SPINLOCK |
124 | bool "Spinlock debugging" | 131 | bool "Spinlock debugging" |
125 | depends on DEBUG_KERNEL | 132 | depends on DEBUG_KERNEL |