git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
383afd0
)
sched: Remove double calculation in fix_small_imbalance()
author
Vincent Guittot
<vincent.guittot@linaro.org>
Tue, 11 Mar 2014 16:26:06 +0000
(17:26 +0100)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 12 Mar 2014 09:49:00 +0000
(10:49 +0100)
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 <vincent.guittot@linaro.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/1394555166-22894-1-git-send-email-vincent.guittot@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
No differences found