]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] signals: reduce {setup,restore}_sigcontext sizes
authorFranck Bui-Huu <fbuihuu@gmail.com>
Mon, 5 Feb 2007 14:24:19 +0000 (15:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 10 Feb 2007 22:38:44 +0000 (22:38 +0000)
commit4ad36097d0de003671cc4748ff625a65eb9677d0
tree3af4bf0466234ffdbb916b085b72f4034e7a0340
parentc073aad147e28ce301bff967db39e95ddc0bf3a2
[MIPS] signals: reduce {setup,restore}_sigcontext sizes

This trivial change reduces considerably code size of these
2 functions callers. For instance, here is the figures for
arch/kernel/signal.o objects:

   text    data     bss     dec     hex filename
  11972       0       0   11972    2ec4 arch/mips/kernel/signal.o~old
   5380       0       0    5380    1504 arch/mips/kernel/signal.o~new

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal-common.h