Re: [PATCH] acpi: Fix potential call to a freed memory section.

2007-05-16 Thread Aaron Durbin
On 5/16/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Wed, 16 May 2007 09:09:11 -0700 Aaron Durbin <[EMAIL PROTECTED]> wrote: > Strip __cpuinit[data] from Node <-> PXM routines and supporting data structures. > Also make pxm_to_node_map and node_to_pxm_map local to the numa acpi module. > > T

Re: [PATCH] acpi: Fix potential call to a freed memory section.

2007-05-16 Thread Andrew Morton
On Wed, 16 May 2007 09:09:11 -0700 Aaron Durbin <[EMAIL PROTECTED]> wrote: > Strip __cpuinit[data] from Node <-> PXM routines and supporting data > structures. > Also make pxm_to_node_map and node_to_pxm_map local to the numa acpi module. > > This fixes a bug triggered by the following condition

[PATCH] acpi: Fix potential call to a freed memory section.

2007-05-16 Thread Aaron Durbin
Strip __cpuinit[data] from Node <-> PXM routines and supporting data structures. Also make pxm_to_node_map and node_to_pxm_map local to the numa acpi module. This fixes a bug triggered by the following conditions: - boot on a machine with a SLIT table defined - kernel is configured w/ CONFIG_HOTPL