Loading kernel/sched_fair.c +0 −3 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
kernel/sched_fair.c +0 −3 Original line number Diff line number Diff line Loading @@ -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: Loading