diff options
-rw-r--r-- | arch/unicore32/kernel/signal.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/unicore32/kernel/signal.c b/arch/unicore32/kernel/signal.c index 911b549a6df5..72d953190419 100644 --- a/arch/unicore32/kernel/signal.c +++ b/arch/unicore32/kernel/signal.c | |||
@@ -370,10 +370,7 @@ static int handle_signal(unsigned long sig, struct k_sigaction *ka, | |||
370 | /* | 370 | /* |
371 | * Block the signal if we were successful. | 371 | * Block the signal if we were successful. |
372 | */ | 372 | */ |
373 | sigorsets(&blocked, &tsk->blocked, &ka->sa.sa_mask); | 373 | block_sigmask(ka, sig); |
374 | if (!(ka->sa.sa_flags & SA_NODEFER)) | ||
375 | sigaddset(&blocked, sig); | ||
376 | set_current_blocked(&blocked); | ||
377 | 374 | ||
378 | return 0; | 375 | return 0; |
379 | } | 376 | } |