Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755314Ab3HWK5O (ORCPT ); Fri, 23 Aug 2013 06:57:14 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:35569 "EHLO e23smtp01.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755048Ab3HWK5N (ORCPT ); Fri, 23 Aug 2013 06:57:13 -0400 Message-ID: <52173F5F.9080706@linux.vnet.ibm.com> Date: Fri, 23 Aug 2013 16:24:23 +0530 From: Preeti U Murthy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Peter Zijlstra CC: Ingo Molnar , Joonsoo Kim , linux-kernel@vger.kernel.org, Mike Galbraith , Paul Turner , Alex Shi , Vincent Guittot , Morten Rasmussen , Namhyung Kim , Lei Wen , Rik van Riel , Joonsoo Kim Subject: Re: [PATCH 07/10] sched, fair: Optimize find_busiest_queue() References: <20130819160058.539049611@infradead.org> <20130819160425.527872672@infradead.org> <5217194B.2020209@linux.vnet.ibm.com> <20130823100340.GP31370@twins.programming.kicks-ass.net> In-Reply-To: <20130823100340.GP31370@twins.programming.kicks-ass.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13082310-1618-0000-0000-000004810E4F Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 24 On 08/23/2013 03:33 PM, Peter Zijlstra wrote: > On Fri, Aug 23, 2013 at 01:41:55PM +0530, Preeti U Murthy wrote: >> Hi Peter, >> >> On 08/19/2013 09:31 PM, Peter Zijlstra wrote: >> >> In the load balancing code, looks to me that >> cpumask_copy(cpus, cpu_active_mask) is not updating the env.cpus at all, >> before calling find_busiest_group(). Am I missing something? >> >> Should not cpumask_copy() below be before we update the env.cpus parameter? > > Nah, its all pointers. > Yikes! Of course :P Reviewed-by: Preeti U Murthy -- 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/