[patch -rt 15/17] sched: Add a missing =

From: dino
Date: Thu Oct 22 2009 - 08:42:18 EST


Signed-off-by: Dinakar Guniguntala <dino@xxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/