sched: Initialize power_orig for overlapping groups
authorPeter Zijlstra <peterz@infradead.org>
Wed, 11 Dec 2013 10:09:53 +0000 (11:09 +0100)
committerJiri Slaby <jslaby@suse.cz>
Wed, 12 Mar 2014 12:25:38 +0000 (13:25 +0100)
commit8dc051a7e50b0bc7eae9a640334258e04a6d2fdd
treef58e672a09b1a741067bba2166c9900de65c57e7
parenta2198407845fa9d85b590eafafacf3b6a82d3528
sched: Initialize power_orig for overlapping groups

commit 8e8339a3a1069141985daaa2521ba304509ddecd upstream.

Yinghai reported that he saw a /0 in sg_capacity on his EX parts.
Make sure to always initialize power_orig now that we actually use it.

Ideally build_sched_domains() -> init_sched_groups_power() would also
initialize this; but for some yet unexplained reason some setups seem
to miss updates there.

Reported-by: Yinghai Lu <yinghai@kernel.org>
Tested-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-l8ng2m9uml6fhibln8wqpom7@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
kernel/sched/core.c