aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_fair.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2007-10-15 11:00:13 -0400
committerIngo Molnar <mingo@elte.hu>2007-10-15 11:00:13 -0400
commit06877c33fe9261ccdf143492c28de93c56493079 (patch)
treee7781b8029068751251c956d891a4b73ef0d6979 /kernel/sched_fair.c
parenta65914b3658043da27c159b8a28c5811bb0a88c9 (diff)
sched: cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG
cleanup: rename SCHED_FEAT_USE_TREE_AVG to SCHED_FEAT_TREE_AVG, to make SCHED_FEAT_ names more consistent. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/sched_fair.c')
-rw-r--r--kernel/sched_fair.c2
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;