Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755861AbZJVMl1 (ORCPT ); Thu, 22 Oct 2009 08:41:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755746AbZJVMlV (ORCPT ); Thu, 22 Oct 2009 08:41:21 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:36462 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755710AbZJVMlT (ORCPT ); Thu, 22 Oct 2009 08:41:19 -0400 Message-Id: <20091022124112.768152567@spinlock.in.ibm.com> References: <20091022123743.506956796@spinlock.in.ibm.com> User-Agent: quilt/0.44-1 Date: Thu, 22 Oct 2009 18:07:58 +0530 From: dino@in.ibm.com To: Thomas Gleixner , Ingo Molnar , Peter Zijlstra Cc: linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, John Stultz , Darren Hart , John Kacur Subject: [patch -rt 15/17] sched: Add a missing = Content-Disposition: inline; filename=sched_fixes.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 846 Lines: 22 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/