aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/signal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index d52a1fe921fa..0a873279393c 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -643,12 +643,6 @@ static void handle_stop_signal(int sig, struct task_struct *p)
643 */ 643 */
644 signal->flags &= ~SIGNAL_STOP_DEQUEUED; 644 signal->flags &= ~SIGNAL_STOP_DEQUEUED;
645 } 645 }
646 } else if (sig == SIGKILL) {
647 /*
648 * Make sure that any pending stop signal already dequeued
649 * is undone by the wakeup for SIGKILL.
650 */
651 signal->flags &= ~SIGNAL_STOP_DEQUEUED;
652 } 646 }
653} 647}
654 648