diff options
Diffstat (limited to 'kernel/time/posix-cpu-timers.c')
-rw-r--r-- | kernel/time/posix-cpu-timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/posix-cpu-timers.c b/kernel/time/posix-cpu-timers.c index 5a6251ac6f7a..40e6fae46cec 100644 --- a/kernel/time/posix-cpu-timers.c +++ b/kernel/time/posix-cpu-timers.c | |||
@@ -895,7 +895,7 @@ static void check_cpu_itimer(struct task_struct *tsk, struct cpu_itimer *it, | |||
895 | 895 | ||
896 | trace_itimer_expire(signo == SIGPROF ? | 896 | trace_itimer_expire(signo == SIGPROF ? |
897 | ITIMER_PROF : ITIMER_VIRTUAL, | 897 | ITIMER_PROF : ITIMER_VIRTUAL, |
898 | tsk->signal->leader_pid, cur_time); | 898 | task_tgid(tsk), cur_time); |
899 | __group_send_sig_info(signo, SEND_SIG_PRIV, tsk); | 899 | __group_send_sig_info(signo, SEND_SIG_PRIV, tsk); |
900 | } | 900 | } |
901 | 901 | ||