commit | 8e18257d29238311e82085152741f0c3aa18b74d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Thu Jul 19 01:48:54 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 19 10:04:49 2007 -0700 |
tree | 4c3e43b3b001763b4280a4b6d754387a52fb4d73 | |
parent | ca58abcb4a6d52ee2db1b1130cea3ca2a76677b9 [diff] |
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>