From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Date: Wed, 22 Sep 2004 14:52:59 +0000 Subject: Re: [ACPI] PATCH-ACPI based CPU hotplug[3/6]-Mapping lsapic to cpu Message-Id: <1095864779.6105.3.camel@tdi> List-Id: References: <20040920092520.A14208@unix-os.sc.intel.com> <20040920093819.E14208@unix-os.sc.intel.com> <20040922221538.650986f2.tokunaga.keiich@jp.fujitsu.com> In-Reply-To: <20040922221538.650986f2.tokunaga.keiich@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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