Signed-off-by: Dinakar Guniguntala Index: linux-2.6.31.4-rt14-lb1/kernel/sched.c =================================================================== --- linux-2.6.31.4-rt14-lb1.orig/kernel/sched.c 2009-10-21 10:48:58.000000000 -0400 +++ linux-2.6.31.4-rt14-lb1/kernel/sched.c 2009-10-21 10:49:03.000000000 -0400 @@ -3844,7 +3844,7 @@ struct sched_group *sdg = sd->groups; power *= arch_scale_freq_power(sd, cpu); - power >> SCHED_LOAD_SHIFT; + power >>= SCHED_LOAD_SHIFT; if ((sd->flags & SD_SHARE_CPUPOWER) && weight > 1) { power *= arch_scale_smt_power(sd, cpu); -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/