Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266465AbUIVRzX (ORCPT ); Wed, 22 Sep 2004 13:55:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266572AbUIVRzX (ORCPT ); Wed, 22 Sep 2004 13:55:23 -0400 Received: from fmr03.intel.com ([143.183.121.5]:37282 "EHLO hermes.sc.intel.com") by vger.kernel.org with ESMTP id S266465AbUIVRzC (ORCPT ); Wed, 22 Sep 2004 13:55:02 -0400 Date: Wed, 22 Sep 2004 10:54:46 -0700 From: Keshavamurthy Anil S To: Keiichiro Tokunaga Cc: Alex Williamson , anil.s.keshavamurthy@intel.com, len.brown@intel.com, acpi-devel@lists.sourceforge.net, lhns-devel@lists.sourceforge.net, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [ACPI] PATCH-ACPI based CPU hotplug[3/6]-Mapping lsapic to cpu Message-ID: <20040922105446.A3088@unix-os.sc.intel.com> Reply-To: Keshavamurthy Anil S References: <20040920092520.A14208@unix-os.sc.intel.com> <20040920093819.E14208@unix-os.sc.intel.com> <20040922221538.650986f2.tokunaga.keiich@jp.fujitsu.com> <1095864779.6105.3.camel@tdi> <20040923021031.00007001.tokunaga.keiich@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20040923021031.00007001.tokunaga.keiich@jp.fujitsu.com>; from tokunaga.keiich@jp.fujitsu.com on Thu, Sep 23, 2004 at 02:10:31AM +0900 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1078 Lines: 29 On Thu, Sep 23, 2004 at 02:10:31AM +0900, Keiichiro Tokunaga wrote: > On Wed, 22 Sep 2004 08:52:59 -0600, Alex Williamson wrote: > > 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 using 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 > > Oh, good catch:) Merged your changes, thanks again. -Anil - 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/