提交 5ce73a4a 编写于 作者: I Ingo Molnar

timers: fix itimer/many thread hang, cleanups

Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 0a8eaa4f
......@@ -1372,9 +1372,9 @@ void run_posix_cpu_timers(struct task_struct *tsk)
* tsk->signal is non-NULL; this probably can't happen but cover the
* possibility anyway.
*/
if (unlikely(!sig) || !fastpath_timer_check(tsk, sig)) {
if (unlikely(!sig) || !fastpath_timer_check(tsk, sig))
return;
}
sighand = lock_task_sighand(tsk, &flags);
if (likely(sighand)) {
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册