diff options
Diffstat (limited to 'kernel/sched_fair.c')
-rw-r--r-- | kernel/sched_fair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c index 7826e18151a8..14a9b9b997ce 100644 --- a/kernel/sched_fair.c +++ b/kernel/sched_fair.c | |||
@@ -477,7 +477,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial) | |||
477 | 477 | ||
478 | vruntime = cfs_rq->min_vruntime; | 478 | vruntime = cfs_rq->min_vruntime; |
479 | 479 | ||
480 | if (sched_feat(USE_TREE_AVG)) { | 480 | if (sched_feat(TREE_AVG)) { |
481 | struct sched_entity *last = __pick_last_entity(cfs_rq); | 481 | struct sched_entity *last = __pick_last_entity(cfs_rq); |
482 | if (last) { | 482 | if (last) { |
483 | vruntime += last->vruntime; | 483 | vruntime += last->vruntime; |