Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81748
b: refs/heads/master
c: 296825c
h: refs/heads/master
v: v3
  • Loading branch information
Srivatsa Vaddagiri authored and Ingo Molnar committed Jan 31, 2008
1 parent 0b7f66c commit 12204ba
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: 095031052b4c03a7c8ffa51cbab031e442c4f8b7
refs/heads/master: 296825cbe14d4c95ee9c41ca5824f7487bfb4d9d
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ place_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial)

if (!initial) {
/* sleeps upto a single latency don't count. */
if (sched_feat(NEW_FAIR_SLEEPERS) && entity_is_task(se))
if (sched_feat(NEW_FAIR_SLEEPERS))
vruntime -= sysctl_sched_latency;

/* ensure we never gain time by being placed backwards. */
Expand Down

0 comments on commit 12204ba

Please sign in to comment.