commit | 27c3b23226fc649de47e4886ccbf994482f388ba | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Dec 13 00:34:42 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Wed Dec 13 09:05:50 2006 -0800 |
tree | 43b0da769b52a709f2f408c8dc791a70fe9fc9fe | |
parent | 33e94e960b57497fe7fd9493080210b6d87e88e6 [diff] |
[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 <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>