From: Vincent Guittot Date: Thu, 13 Sep 2012 04:11:26 +0000 (+0200) Subject: sched: Fix nohz_idle_balance() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~95^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed4f1d96deee82ee92cd1ac1e0108c27e80e9b0;p=pandora-kernel.git sched: Fix nohz_idle_balance() On tickless systems, one CPU runs load balance for all idle CPUs. The cpu_load of this CPU is updated before starting the load balance of each other idle CPUs. We should instead update the cpu_load of the balance_cpu. Signed-off-by: Vincent Guittot Signed-off-by: Peter Zijlstra Cc: Venkatesh Pallipadi Cc: Suresh Siddha Link: http://lkml.kernel.org/r/1347509486-8688-1-git-send-email-vincent.guittot@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed