commit | fb7e42413a098cc45b3adf858da290033af62bae | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 03 00:24:31 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 03 15:27:01 2006 -0700 |
tree | ca8e9d46d0c16f7b3623caf42229c1c61b5a0026 | |
parent | 36596243daf7e1d795c647de04af95e835b8c5b4 [diff] |
[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>