diff options
Diffstat (limited to 'arch/score/kernel')
-rw-r--r-- | arch/score/kernel/signal.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/score/kernel/signal.c b/arch/score/kernel/signal.c index 302838d3acf6..9e751559375b 100644 --- a/arch/score/kernel/signal.c +++ b/arch/score/kernel/signal.c | |||
@@ -337,10 +337,7 @@ static void do_signal(struct pt_regs *regs) | |||
337 | * If there's no signal to deliver, we just put the saved sigmask | 337 | * If there's no signal to deliver, we just put the saved sigmask |
338 | * back | 338 | * back |
339 | */ | 339 | */ |
340 | if (test_thread_flag(TIF_RESTORE_SIGMASK)) { | 340 | restore_saved_sigmask(); |
341 | clear_thread_flag(TIF_RESTORE_SIGMASK); | ||
342 | sigprocmask(SIG_SETMASK, ¤t->saved_sigmask, NULL); | ||
343 | } | ||
344 | } | 341 | } |
345 | 342 | ||
346 | /* | 343 | /* |