From: Ingo Molnar Date: Mon, 3 Jul 2006 07:24:31 +0000 (-0700) Subject: [PATCH] lockdep: remove mutex deadlock checking code X-Git-Tag: v2.6.18-rc1~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7e42413a098cc45b3adf858da290033af62bae;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed