commit | 1d5d4dbe810befe63e79b2d6cdcad2066e3b1fc4 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 24 01:55:30 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon May 21 23:59:47 2012 -0400 |
tree | 97b3c889e3b2fee67d288b3aa7377ecd64063b46 | |
parent | a54f1655be4cb103a6729adcc9ca914c5fdf1ca0 [diff] |
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>