Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158343
b: refs/heads/master
c: cde7e5c
h: refs/heads/master
i:
  158341: 064461b
  158339: a78d328
  158335: 5d36b2e
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Aug 20, 2009
1 parent a6765c7 commit 9a552f8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1314562a9ae5f39f6f595656023c1baf970831ef
refs/heads/master: cde7e5ca4e329a157108769d1f752d191cbb71c6
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3461,9 +3461,10 @@ static int move_one_task(struct rq *this_rq, int this_cpu, struct rq *busiest,
{
const struct sched_class *class;

for (class = sched_class_highest; class; class = class->next)
for_each_class(class) {
if (class->move_one_task(this_rq, this_cpu, busiest, sd, idle))
return 1;
}

return 0;
}
Expand Down

0 comments on commit 9a552f8

Please sign in to comment.