diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index fea236fe0b50..15f901a26ec7 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -454,8 +454,7 @@ int dequeue_signal(struct task_struct *tsk, sigset_t *mask, siginfo_t *info) | |||
454 | * is to alert stop-signal processing code when another | 454 | * is to alert stop-signal processing code when another |
455 | * processor has come along and cleared the flag. | 455 | * processor has come along and cleared the flag. |
456 | */ | 456 | */ |
457 | if (!(tsk->signal->flags & SIGNAL_GROUP_EXIT)) | 457 | tsk->signal->flags |= SIGNAL_STOP_DEQUEUED; |
458 | tsk->signal->flags |= SIGNAL_STOP_DEQUEUED; | ||
459 | } | 458 | } |
460 | if ((info->si_code & __SI_MASK) == __SI_TIMER && info->si_sys_private) { | 459 | if ((info->si_code & __SI_MASK) == __SI_TIMER && info->si_sys_private) { |
461 | /* | 460 | /* |