summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
diff options
context:
space:
mode:
authorRoland McGrath2009-09-24 00:57:04 +0200
committerLinus Torvalds2009-09-24 16:21:01 +0200
commitd9588725e52650e82989707f8fd2feb67ad2dc8e (patch)
tree39a9f9f5e8ba6a6e008b9ada310347e24ede400e /fs/binfmt_elf.c
parentfcntl: add F_[SG]ETOWN_EX (diff)
downloadkernel-qcow2-linux-d9588725e52650e82989707f8fd2feb67ad2dc8e.tar.gz
kernel-qcow2-linux-d9588725e52650e82989707f8fd2feb67ad2dc8e.tar.xz
kernel-qcow2-linux-d9588725e52650e82989707f8fd2feb67ad2dc8e.zip
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 <roland@redhat.com> Cc: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions