From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: Re: [ACPI] PATCH-ACPI based CPU hotplug[3/6]-Mapping lsapic to cpu Date: Wed, 22 Sep 2004 08:52:59 -0600 Sender: linux-ia64-owner@vger.kernel.org Message-ID: <1095864779.6105.3.camel@tdi> References: <20040920092520.A14208@unix-os.sc.intel.com> <20040920093819.E14208@unix-os.sc.intel.com> <20040922221538.650986f2.tokunaga.keiich@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20040922221538.650986f2.tokunaga.keiich@jp.fujitsu.com> To: Keiichiro Tokunaga Cc: Keshavamurthy Anil S , len.brown@intel.com, acpi-devel , lhns-devel@lists.sourceforge.net, linux-ia64@vger.kernel.org, linux-kernel List-Id: linux-acpi@vger.kernel.org On Wed, 2004-09-22 at 22:15 +0900, Keiichiro Tokunaga wrote: > > I would like to suggest introducing a new function 'acpi_get_pxm()' > since other drivers might need it in the future. Acutally, ACPI container > hotplug will be use it soon. > > Here is a patch creating the function. > Nice, I have a couple I/O locality patches that could be simplified with this function. > +#ifdef CONFIG_ACPI_NUMA > +int acpi_get_pxm(acpi_handle handle); > +#else > +static inline int acpi_get_pxm(acpi_handle hanle) Trivial typo here ---> ^^^^^ handle Alex -- Alex Williamson HP Linux & Open Source Lab