提交 5926c50b 编写于 作者: I Ingo Molnar

[PATCH] sched: remove dead code from task_stime()

Alexey Dobriyan noticed that task_stime() contains a piece of dead code.
(which is a remnant of earlier versions of this code) Remove that code.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 8f41958b
......@@ -332,7 +332,7 @@ static clock_t task_utime(struct task_struct *p)
static clock_t task_stime(struct task_struct *p)
{
clock_t stime = cputime_to_clock_t(p->stime);
clock_t stime;
/*
* Use CFS's precise accounting. (we subtract utime from
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册