Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267745AbUIVCOp (ORCPT ); Tue, 21 Sep 2004 22:14:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267708AbUIVCOo (ORCPT ); Tue, 21 Sep 2004 22:14:44 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:48529 "EHLO fgwmail6.fujitsu.co.jp") by vger.kernel.org with ESMTP id S267690AbUIVCOj (ORCPT ); Tue, 21 Sep 2004 22:14:39 -0400 Date: Wed, 22 Sep 2004 11:10:56 +0900 From: Keiichiro Tokunaga Subject: Re: [ACPI] PATCH-ACPI based CPU hotplug[3/6]-Mapping lsapic to cpu In-reply-to: <20040920093819.E14208@unix-os.sc.intel.com> To: Keshavamurthy Anil S Cc: tokunaga.keiich@jp.fujitsu.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 Message-id: <20040922111056.3360443c.tokunaga.keiich@jp.fujitsu.com> Organization: FUJITSU LIMITED MIME-version: 1.0 X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i686-pc-linux-gnu) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20040920092520.A14208@unix-os.sc.intel.com> <20040920093819.E14208@unix-os.sc.intel.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1686 Lines: 48 On Mon, 20 Sep 2004 09:38:19 -0700 Keshavamurthy Anil S wrote: > --- > Name:acpi_hotplug_arch.patch > Status: Tested on 2.6.9-rc2 > Signed-off-by: Anil S Keshavamurthy > Depends: > Version: applies on 2.6.9-rc2 > Description: > This patch provides the architecture specifice support for mapping lsapic to cpu array. > Currently this supports just IA64. Support for IA32 and x86_64 is in progress > --- Here is a small fix. Thanks, Keiichiro Tokunaga Name: pxm_to_nid_map_fix.patch Status: Tested on 2.6.9-rc2 Signed-off-by: Keiichiro Tokunaga Description: Change an attribute of pxm_to_nid_map[] from __initdata to __devinitdata. --- linux-2.6.9-rc2-fix-kei/include/asm-ia64/acpi.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-ia64/acpi.h~pxm_to_nid_map_fix include/asm-ia64/acpi.h --- linux-2.6.9-rc2-fix/include/asm-ia64/acpi.h~pxm_to_nid_map_fix 2004-09-22 09:30:17.692176696 +0900 +++ linux-2.6.9-rc2-fix-kei/include/asm-ia64/acpi.h 2004-09-22 09:30:17.694129834 +0900 @@ -101,7 +101,7 @@ int acpi_gsi_to_irq (u32 gsi, unsigned i #ifdef CONFIG_ACPI_NUMA /* Proximity bitmap length; _PXM is at most 255 (8 bit)*/ #define MAX_PXM_DOMAINS (256) -extern int __initdata pxm_to_nid_map[MAX_PXM_DOMAINS]; +extern int __devinitdata pxm_to_nid_map[MAX_PXM_DOMAINS]; extern int __initdata nid_to_pxm_map[MAX_NUMNODES]; #endif _ - 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/