[MIPS] signal: do not inline functions in signal-common.h
commit8a2174492356340ad25bf461f4a68d6308053c20
authorFranck Bui-Huu <fbuihuu@gmail.com>
Mon, 5 Feb 2007 14:24:20 +0000 (5 15:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 10 Feb 2007 22:24:11 +0000 (10 22:24 +0000)
treeef5fcf2174672b570ddc58b4665c1fea2d8c33a3
parent0cba552d94f60b7fe66710a5e5958960d046dbc2
[MIPS] signal: do not inline functions in signal-common.h

These functions are quite big and there are no points to make
them inlined. So this patch moves the functions implementation
in signal.c and make them available for others source files
which need them.

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