Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257179
b: refs/heads/master
c: 0f31714
h: refs/heads/master
i:
  257177: 2865dc2
  257175: 0ef30d2
v: v3
  • Loading branch information
Lin Ming authored and Ingo Molnar committed Jul 22, 2011
1 parent 53f6fcd commit a07bbd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2bd2d6f2dc952fc44fc52887de36e51896da96b9
refs/heads/master: 0f3171438fc917b9f6b8b60dbb7a3fff9a0f68fd
4 changes: 2 additions & 2 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ enqueue_task_fair(struct rq *rq, struct task_struct *p, int flags)
}

for_each_sched_entity(se) {
struct cfs_rq *cfs_rq = cfs_rq_of(se);
cfs_rq = cfs_rq_of(se);

update_cfs_load(cfs_rq, 0);
update_cfs_shares(cfs_rq);
Expand Down Expand Up @@ -1360,7 +1360,7 @@ static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int flags)
}

for_each_sched_entity(se) {
struct cfs_rq *cfs_rq = cfs_rq_of(se);
cfs_rq = cfs_rq_of(se);

update_cfs_load(cfs_rq, 0);
update_cfs_shares(cfs_rq);
Expand Down

0 comments on commit a07bbd9

Please sign in to comment.