Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69071
b: refs/heads/master
c: dc1f31c
h: refs/heads/master
i:
  69069: 13cf3c9
  69067: 19163f0
  69063: c2a094a
  69055: 84772f8
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent dd34d13 commit 205de0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 785c29ef9573d98b31493c9a68c3589449082108
refs/heads/master: dc1f31c90cfa067af6f7000db7a5383c7667ccba
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)

if (!initial) {
if (sched_feat(NEW_FAIR_SLEEPERS)) {
s64 latency = cfs_rq->min_vruntime - se->last_min_vruntime;
s64 latency = cfs_rq->min_vruntime - se->vruntime;
if (latency < 0 || !cfs_rq->nr_running)
latency = 0;
else
Expand Down

0 comments on commit 205de0d

Please sign in to comment.