diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 9b28954e058f..35a570f71f07 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <linux/compat.h> | 39 | #include <linux/compat.h> |
40 | #include <linux/cn_proc.h> | 40 | #include <linux/cn_proc.h> |
41 | #include <linux/compiler.h> | 41 | #include <linux/compiler.h> |
42 | #include <linux/posix-timers.h> | ||
42 | 43 | ||
43 | #define CREATE_TRACE_POINTS | 44 | #define CREATE_TRACE_POINTS |
44 | #include <trace/events/signal.h> | 45 | #include <trace/events/signal.h> |
@@ -637,7 +638,7 @@ int dequeue_signal(struct task_struct *tsk, sigset_t *mask, siginfo_t *info) | |||
637 | * about to disable them again anyway. | 638 | * about to disable them again anyway. |
638 | */ | 639 | */ |
639 | spin_unlock(&tsk->sighand->siglock); | 640 | spin_unlock(&tsk->sighand->siglock); |
640 | do_schedule_next_timer(info); | 641 | posixtimer_rearm(info); |
641 | spin_lock(&tsk->sighand->siglock); | 642 | spin_lock(&tsk->sighand->siglock); |
642 | } | 643 | } |
643 | #endif | 644 | #endif |