[MIPS] signals: reduce {setup,restore}_sigcontext sizes
commit0cba552d94f60b7fe66710a5e5958960d046dbc2
authorFranck Bui-Huu <fbuihuu@gmail.com>
Mon, 5 Feb 2007 14:24:19 +0000 (5 15:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 10 Feb 2007 22:24:11 +0000 (10 22:24 +0000)
tree25e302188280f6ceeee28a9ca48ab2d21d88938b
parent99b4b322e2f036b64fa76cad5d300e9a0c506df2
[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