Commit 039a1c41 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar

sched: fix sched_balance_self() smp group balancing

Finding the least idle cpu is more accurate when done with updated shares.
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Cc: Mike Galbraith <efault@gmx.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 3e5459b4
...@@ -2128,6 +2128,9 @@ static int sched_balance_self(int cpu, int flag) ...@@ -2128,6 +2128,9 @@ static int sched_balance_self(int cpu, int flag)
sd = tmp; sd = tmp;
} }
if (sd)
update_shares(sd);
while (sd) { while (sd) {
cpumask_t span, tmpmask; cpumask_t span, tmpmask;
struct sched_group *group; struct sched_group *group;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment