From: Franck Bui-Huu Date: Mon, 5 Feb 2007 14:24:19 +0000 (+0100) Subject: [MIPS] signals: reduce {setup,restore}_sigcontext sizes X-Git-Tag: v2.6.21-rc1~274^2~231^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a007b1f1c764c08896bc574fbd33e19ce898a188;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed