[PATCH] lockdep: remove mutex deadlock checking code
authorIngo Molnar <mingo@elte.hu>
Mon, 3 Jul 2006 07:24:31 +0000 (00:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 3 Jul 2006 22:27:01 +0000 (15:27 -0700)
commitfb7e42413a098cc45b3adf858da290033af62bae
treeca8e9d46d0c16f7b3623caf42229c1c61b5a0026
parent36596243daf7e1d795c647de04af95e835b8c5b4
[PATCH] lockdep: remove mutex deadlock checking code

With the lock validator we detect mutex deadlocks (and more), the mutex
deadlock checking code is both redundant and slower.  So remove it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/mutex-debug.c
lib/Kconfig.debug