From: Vincent Guittot Date: Tue, 11 Mar 2014 16:26:06 +0000 (+0100) Subject: sched: Remove double calculation in fix_small_imbalance() X-Git-Tag: v3.15-rc1~180^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cd42601b474b957e1a5fe3692bcf7f9363bd51;p=pandora-kernel.git sched: Remove double calculation in fix_small_imbalance() The tmp value has been already calculated in: scaled_busy_load_per_task = (busiest->load_per_task * SCHED_POWER_SCALE) / busiest->group_power; Signed-off-by: Vincent Guittot Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1394555166-22894-1-git-send-email-vincent.guittot@linaro.org Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed