From: Gautham R Shenoy Date: Wed, 20 Jan 2010 20:02:44 +0000 (-0600) Subject: sched: Fix the place where group powers are updated X-Git-Tag: v2.6.34-rc1~260^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871e35bc9733f273eaf5ceb69bbd0423b58e5285;p=pandora-kernel.git sched: Fix the place where group powers are updated We want to update the sched_group_powers when balance_cpu == this_cpu. Currently the group powers are updated only if the balance_cpu is the first CPU in the local group. But balance_cpu = this_cpu could also be the first idle cpu in the group. Hence fix the place where the group powers are updated. Signed-off-by: Gautham R Shenoy Signed-off-by: Joel Schopp Signed-off-by: Peter Zijlstra LKML-Reference: <1264017764.5717.127.camel@jschopp-laptop> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed