Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232501
b: refs/heads/master
c: 05ca62c
h: refs/heads/master
i:
  232499: 144fb32
v: v3
  • Loading branch information
Paul Turner authored and Ingo Molnar committed Jan 26, 2011
1 parent 4bb7a1a commit c68ecd9
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: b815f1963e47b9b69bb17e0588bd5af5b1114ae0
refs/heads/master: 05ca62c6ca17f39b88fa956d5ebc1fa6e93ad5e3
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ static void update_cfs_load(struct cfs_rq *cfs_rq, int global_update)
if (cfs_rq->tg == &root_task_group)
return;

now = rq_of(cfs_rq)->clock;
now = rq_of(cfs_rq)->clock_task;
delta = now - cfs_rq->load_stamp;

/* truncate load history at 4 idle periods */
Expand Down

0 comments on commit c68ecd9

Please sign in to comment.