Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350126
b: refs/heads/master
c: 16c8f1c
h: refs/heads/master
v: v3
  • Loading branch information
Viresh Kumar authored and Ingo Molnar committed Jan 24, 2013
1 parent eff662a commit 4091530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1158ddb55416855fd17abe3214298f736f00426a
refs/heads/master: 16c8f1c72ece3871a6c93003cd888fc2d003a7eb
4 changes: 1 addition & 3 deletions trunk/kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4091530

Please sign in to comment.