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 <anil.s.keshavamurthy@intel.com> > 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 <tokunaga.keiich@jp.fujitsu.com> 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-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Sep 21 22:14:51 2004
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:30 EST