sched: Try to deal with low capacity, fix update_sd_power_savings_stats()
authorGautham R Shenoy <ego@in.ibm.com>
Wed, 2 Sep 2009 11:29:10 +0000 (16:59 +0530)
committerIngo Molnar <mingo@elte.hu>
Fri, 4 Sep 2009 08:09:56 +0000 (10:09 +0200)
commitd899a789c28ded9c72b57ddb61868d6b8fc23e80
tree0b636ca14480093af22e64e09d1d72632d26fbd7
parentbdb94aa5dbd8b55e75f5a50b61312fe589e2c2d1
sched: Try to deal with low capacity, fix update_sd_power_savings_stats()

sgs.group_capacity can now be 0, if for some reason
group->__cpu_power happens to be less than SCHED_LOAD_SCALE/2.

In that case, we need the following fix to make it work for
update_sd_power_savings_stats(). That's because both
sum_nr_running and group_capacity are unsigned longs.

Cc: Gautham R Shenoy <ego@in.ibm.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Andreas Herrmann <andreas.herrmann3@amd.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c