commit | a007b1f1c764c08896bc574fbd33e19ce898a188 | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <fbuihuu@gmail.com> | Mon Feb 05 15:24:19 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 10 22:38:44 2007 +0000 |
tree | 3af4bf0466234ffdbb916b085b72f4034e7a0340 | |
parent | 4ed3a77f38c023658784804cb39a7ce18063dc88 [diff] |
[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>