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 /kernel/exit.c | |
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 'kernel/exit.c')
-rw-r--r-- | kernel/exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/exit.c b/kernel/exit.c index 304ef637be6c..3e8a0282e9a5 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
@@ -929,6 +929,7 @@ fastcall NORET_TYPE void do_exit(long code) | |||
929 | * If DEBUG_MUTEXES is on, make sure we are holding no locks: | 929 | * If DEBUG_MUTEXES is on, make sure we are holding no locks: |
930 | */ | 930 | */ |
931 | mutex_debug_check_no_locks_held(tsk); | 931 | mutex_debug_check_no_locks_held(tsk); |
932 | rt_mutex_debug_check_no_locks_held(tsk); | ||
932 | 933 | ||
933 | if (tsk->io_context) | 934 | if (tsk->io_context) |
934 | exit_io_context(); | 935 | exit_io_context(); |