Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[cascardo/linux.git] / kernel / freezer.c
index 7b01de9..66a594e 100644 (file)
@@ -67,7 +67,7 @@ static void fake_signal_wake_up(struct task_struct *p)
        unsigned long flags;
 
        spin_lock_irqsave(&p->sighand->siglock, flags);
-       signal_wake_up(p, 0);
+       signal_wake_up(p, 1);
        spin_unlock_irqrestore(&p->sighand->siglock, flags);
 }