Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755913AbbFOQzJ (ORCPT ); Mon, 15 Jun 2015 12:55:09 -0400 Received: from mga02.intel.com ([134.134.136.20]:52811 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754192AbbFOQy6 (ORCPT ); Mon, 15 Jun 2015 12:54:58 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,620,1427785200"; d="scan'208";a="588204204" Date: Mon, 15 Jun 2015 09:52:12 -0700 (PDT) From: Vikas Shivappa X-X-Sender: vikas@vshiva-Udesk To: Peter Zijlstra cc: Vikas Shivappa , linux-kernel@vger.kernel.org, vikas.shivappa@intel.com, x86@kernel.org, hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, Matt Fleming , "Juvva, Kanaka D" , "Williamson, Glenn P" , "Auld, Will" Subject: Re: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling In-Reply-To: <20150615123855.GB3644@twins.programming.kicks-ass.net> Message-ID: References: <1434133037-25189-1-git-send-email-vikas.shivappa@linux.intel.com> <1434133037-25189-3-git-send-email-vikas.shivappa@linux.intel.com> <20150615123855.GB3644@twins.programming.kicks-ass.net> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 632 Lines: 23 On Mon, 15 Jun 2015, Peter Zijlstra wrote: > On Fri, Jun 12, 2015 at 11:17:09AM -0700, Vikas Shivappa wrote: >> static inline void cqm_pick_event_reader(int cpu) >> { >> - int phys_id = topology_physical_package_id(cpu); >> - int i; >> + struct cpumask tmp; > > No cpumasks on stacks. ok , will change to static cpumask_t. Same change in rdt_cpumask_update and rapl_cpu_init. > -- 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/