]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
alpha: tidy signal delivery up
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 22 Apr 2012 06:34:42 +0000 (02:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:59:19 +0000 (23:59 -0400)
commitcbdfb9ff551cbe3e002387e7fb0256f384c26e91
treed34aa58546e12423e50887a7f9834cf174e0c216
parentcf4a0ce45c06f79f800f6d8747618901e3a6a8ad
alpha: tidy signal delivery up

* move force_sigsegv() (from setup...frame()) and clearing RESTART_SIGMASK
(from do_signal()) into hanlde_signal()
* get rid of handle_signal() return value and oldset argument
* checking for TIF_SIGPENDING is enough; set_restart_sigmask() sets this
one as well.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/alpha/kernel/signal.c