Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932173AbbFOMjG (ORCPT ); Mon, 15 Jun 2015 08:39:06 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:57421 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932130AbbFOMjB (ORCPT ); Mon, 15 Jun 2015 08:39:01 -0400 Date: Mon, 15 Jun 2015 14:38:55 +0200 From: Peter Zijlstra To: Vikas Shivappa Cc: linux-kernel@vger.kernel.org, vikas.shivappa@intel.com, x86@kernel.org, hpa@zytor.com, tglx@linutronix.de, mingo@kernel.org, matt.fleming@intel.com, will.auld@intel.com, linux-rdt@eclists.intel.com Subject: Re: [PATCH 02/10] x86/intel_cqm: Modify hot cpu notification handling Message-ID: <20150615123855.GB3644@twins.programming.kicks-ass.net> References: <1434133037-25189-1-git-send-email-vikas.shivappa@linux.intel.com> <1434133037-25189-3-git-send-email-vikas.shivappa@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434133037-25189-3-git-send-email-vikas.shivappa@linux.intel.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 479 Lines: 13 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. -- 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/