Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ab81159 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: remove rq_clock()



remove the now unused rq_clock() function.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a8e504d2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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.