From: Ingo Molnar Date: Mon, 10 Jul 2006 11:45:32 +0000 (-0700) Subject: [PATCH] uninline init_waitqueue_head() X-Git-Tag: v2.6.18-rc2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d71f513b6221f482ed6ad45e05f073ae67f319;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed