mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +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
c1b3da3ecd
commit
eb59449400
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user