Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69073
b: refs/heads/master
c: b8487b9
h: refs/heads/master
i:
  69071: 205de0d
v: v3
  • Loading branch information
Ingo Molnar committed Oct 15, 2007
1 parent d80a9f5 commit f49b89a
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: 94359f05cb7e1fed0deccc83ebc30a1175a9ae16
refs/heads/master: b8487b924177385e3932f846f430b73ce8e69bba
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)
if (sched_feat(NEW_FAIR_SLEEPERS))
vruntime -= sysctl_sched_latency;

vruntime = max(vruntime, se->vruntime);
vruntime = max_t(s64, vruntime, se->vruntime);
}

se->vruntime = vruntime;
Expand Down

0 comments on commit f49b89a

Please sign in to comment.