[MIPS] signal: do not inline functions in signal-common.h
authorFranck Bui-Huu <fbuihuu@gmail.com>
Mon, 5 Feb 2007 14:24:20 +0000 (15:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 10 Feb 2007 22:38:45 +0000 (22:38 +0000)
commitc3fc4ab36d495f50ccc89986fe32eeabc2549fa1
treec83a3a56c8a04bb06fc96932b6edba5b54143c89
parenta007b1f1c764c08896bc574fbd33e19ce898a188
[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