]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/lockdep.c
lockdep: reduce the ifdeffery
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 19 Jul 2007 08:48:54 +0000 (01:48 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:49 +0000 (10:04 -0700)
commit8e18257d29238311e82085152741f0c3aa18b74d
tree4c3e43b3b001763b4280a4b6d754387a52fb4d73
parentca58abcb4a6d52ee2db1b1130cea3ca2a76677b9
lockdep: reduce the ifdeffery

Move code around to get fewer but larger #ifdef sections.  Break some
in-function #ifdefs out into their own functions.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/lockdep.c
kernel/lockdep_proc.c