From: Roland McGrath Date: Wed, 23 Sep 2009 22:57:04 +0000 (-0700) Subject: signals: inline __fatal_signal_pending X-Git-Tag: v2.6.32-rc1~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9588725e52650e82989707f8fd2feb67ad2dc8e;p=pandora-kernel.git signals: inline __fatal_signal_pending __fatal_signal_pending inlines to one instruction on x86, probably two instructions on other machines. It takes two longer x86 instructions just to call it and test its return value, not to mention the function itself. On my random x86_64 config, this saved 70 bytes of text (59 of those being __fatal_signal_pending itself). Signed-off-by: Roland McGrath Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed