提交 eb594494 编写于 作者: I Ingo Molnar

sched: remove __rq_clock()

remove the (now unused) __rq_clock() function.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 c1b3da3e
......@@ -361,13 +361,6 @@ static void update_rq_clock(struct rq *rq)
__update_rq_clock(rq);
}
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.
先完成此消息的编辑!
想要评论请 注册