Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64374
b: refs/heads/master
c: 095e56c
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Aug 24, 2007
1 parent 25756db commit 7e66555
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: ea0aa3b23a193d1fc5c982286edecd071af67d94
refs/heads/master: 095e56c7036fe97bc3ebcd80ed6e121be0847656
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ static void task_new_fair(struct rq *rq, struct task_struct *p)
* -granularity/2, so initialize the task with that:
*/
if (sysctl_sched_features & SCHED_FEAT_START_DEBIT)
p->se.wait_runtime = -(sysctl_sched_granularity / 2);
p->se.wait_runtime = -((long)sysctl_sched_granularity / 2);

__enqueue_entity(cfs_rq, se);
}
Expand Down

0 comments on commit 7e66555

Please sign in to comment.