Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125384
b: refs/heads/master
c: 9924da4
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Dec 19, 2008
1 parent 4bb61b1 commit 9e32f85
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: 06aaf76a7e2e4cc57eabcb8f43ec99c961fe55fe
refs/heads/master: 9924da434a13668fceb208d56dbdf86d166862cc
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3394,7 +3394,7 @@ find_busiest_group(struct sched_domain *sd, int this_cpu,
*imbalance = min_load_per_task;
if (sched_mc_power_savings >= POWERSAVINGS_BALANCE_WAKEUP) {
cpu_rq(this_cpu)->rd->sched_mc_preferred_wakeup_cpu =
first_cpu(group_leader->cpumask);
cpumask_first(sched_group_cpus(group_leader));
}
return group_min;
}
Expand Down

0 comments on commit 9e32f85

Please sign in to comment.