From: Andreas Mohr Date: Fri, 29 Sep 2006 09:01:20 +0000 (-0700) Subject: [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common() X-Git-Tag: v2.6.19-rc1~688 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf8cb0909b531f9ae8f9b9d7e4eb35ba3505f07;p=pandora-kernel.git [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common() Un-inlining rwsem_down_failed_common() (two callsites) reduced lib/rwsem.o on my Athlon, gcc 4.1.2 from 5935 to 5480 Bytes (455 Bytes saved). I thus guess that reduced icache footprint (and better function caching) is worth more than any function call overhead. Signed-off-by: Andreas Mohr Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed