git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a007b1f
)
[MIPS] signal: do not inline functions in signal-common.h
author
Franck Bui-Huu
<fbuihuu@gmail.com>
Mon, 5 Feb 2007 14:24:20 +0000
(15:24 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 10 Feb 2007 22:38:45 +0000
(22:38 +0000)
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>
No differences found