|
@@ -1680,9 +1680,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)
|
|
|
}
|
|
|
|
|
|
/* ensure we never gain time by being placed backwards. */
|
|
|
- vruntime = max_vruntime(se->vruntime, vruntime);
|
|
|
-
|
|
|
- se->vruntime = vruntime;
|
|
|
+ se->vruntime = max_vruntime(se->vruntime, vruntime);
|
|
|
}
|
|
|
|
|
|
static void check_enqueue_throttle(struct cfs_rq *cfs_rq);
|