提交 2ab81159 编写于 作者: I Ingo Molnar

sched: remove rq_clock()

remove the now unused rq_clock() function.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 a8e504d2
......@@ -368,12 +368,6 @@ static u64 __rq_clock(struct rq *rq)
return rq->clock;
}
static u64 rq_clock(struct rq *rq)
{
update_rq_clock(rq);
return rq->clock;
}
/*
* The domain tree (rq->sd) is protected by RCU's quiescent state transition.
* See detach_destroy_domains: synchronize_sched for details.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册