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

Commit d9e0e6aa authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched: remove __update_rq_clock() call from entity_tick()



remove __update_rq_clock() call from entity_tick().

no change in functionality because scheduler_tick() already calls
__update_rq_clock().

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 546fe3c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -665,11 +665,8 @@ static void put_prev_entity(struct cfs_rq *cfs_rq, struct sched_entity *prev)

static void entity_tick(struct cfs_rq *cfs_rq, struct sched_entity *curr)
{
	struct rq *rq = rq_of(cfs_rq);
	struct sched_entity *next;

	__update_rq_clock(rq);

	/*
	 * Dequeue and enqueue the task to update its
	 * position within the tree: