mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
sched: remove rq_clock()
remove the now unused rq_clock() function. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
a8e504d2a5
commit
2ab81159fa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user