Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257171
b: refs/heads/master
c: 9598c82
h: refs/heads/master
i:
  257169: c253f91
  257167: 01721b9
v: v3
  • Loading branch information
Paul Turner authored and Ingo Molnar committed Jul 21, 2011
1 parent 1ad8451 commit e49d5d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9bbd7374361d9bfc75108c3ad1c1b6db28b1be59
refs/heads/master: 9598c82dcacadc3b9daa8170613fd054c6124d30
3 changes: 3 additions & 0 deletions trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,9 @@ static void dequeue_task_fair(struct rq *rq, struct task_struct *p, int flags)
*/
if (task_sleep && parent_entity(se))
set_next_buddy(parent_entity(se));

/* avoid re-evaluating load for this entity */
se = parent_entity(se);
break;
}
flags |= DEQUEUE_SLEEP;
Expand Down

0 comments on commit e49d5d4

Please sign in to comment.