[PATCH] uninline init_waitqueue_head()
authorIngo Molnar <mingo@elte.hu>
Mon, 10 Jul 2006 11:45:32 +0000 (04:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 10 Jul 2006 20:24:25 +0000 (13:24 -0700)
commit21d71f513b6221f482ed6ad45e05f073ae67f319
tree4b890613d46adce1391be4c5c954f5042968ba85
parent92eb7a2f28d551acedeb5752263267a64b1f5ddf
[PATCH] uninline init_waitqueue_head()

allyesconfig vmlinux size delta:

  text            data    bss     dec          filename
  20736884        6073834 3075176 29885894     vmlinux.before
  20721009        6073966 3075176 29870151     vmlinux.after

~18 bytes per callsite, 15K of text size (~0.1%) saved.

(as an added bonus this also removes a lockdep annotation.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/wait.h
kernel/wait.c