score: add handling of NOTIFY_RESUME to do_notify_resume()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 24 Apr 2012 05:55:30 +0000 (01:55 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:59:47 +0000 (23:59 -0400)
commit1d5d4dbe810befe63e79b2d6cdcad2066e3b1fc4
tree97b3c889e3b2fee67d288b3aa7377ecd64063b46
parenta54f1655be4cb103a6729adcc9ca914c5fdf1ca0
score: add handling of NOTIFY_RESUME to do_notify_resume()

It's already called if TIF_NOTIFY_RESUME is set, so we only
need to add the actual work.  Note that checking for RESTORE_SIGMASK
was not needed - set_restore_sigmask() also sets SIGPENDING, so
we never RESTORE_SIGMASK without SIGPENDING.

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