]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP too
authorIngo Molnar <mingo@elte.hu>
Wed, 13 Dec 2006 08:34:42 +0000 (00:34 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:50 +0000 (09:05 -0800)
commit6a9dfee6b0fca979b44ab5a607731ea484c87a9c
tree43b0da769b52a709f2f408c8dc791a70fe9fc9fe
parente6bff4d85f39525241740b94a3e5ca7d57b0f29a
[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>
kernel/lockdep.c