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:
c81addc
)
[PATCH] move __exit_signal() to kernel/exit.c
author
Oleg Nesterov
<oleg@tv-sign.ru>
Wed, 29 Mar 2006 00:11:18 +0000
(16:11 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 29 Mar 2006 02:36:43 +0000
(18:36 -0800)
__exit_signal() is private to release_task() now. I think it is better to
make it static in kernel/exit.c and export flush_sigqueue() instead - this
function is much more simple and straightforward.
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found