From: Ingo Molnar Date: Wed, 13 Dec 2006 08:34:42 +0000 (-0800) Subject: [PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP too X-Git-Tag: v2.6.20-rc1~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c3b23226fc649de47e4886ccbf994482f388ba;p=pandora-kernel.git [PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP too CONFIG_DEBUG_LOCKDEP is unacceptably slow because it does not utilize the chain-hash. Turn the chain-hash back on in this case too. Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed