]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Section mismatch ... acpi_map_pxm_to_node
authorLuck, Tony <tony.luck@intel.com>
Thu, 24 May 2007 20:57:40 +0000 (13:57 -0700)
committerLen Brown <len.brown@intel.com>
Sat, 2 Jun 2007 04:20:07 +0000 (00:20 -0400)
commitf2ed1f212ca15b268c0b77c78bdfbf62ed7426f5
tree88f4640097f3fa004245617c2762df143ec26029
parent9a00f269b0e9504c31c7436635925062450db803
ACPI: Section mismatch ... acpi_map_pxm_to_node

Last of the "Section mismatch" errors from ia64 builds! acpi_map_pxm_to_node()
is defined with attribute __cpuinit, but is called by "normal" kernel functions
acpi_getnode() and acpi_map_cpu2node().

Commit 6a6e3989c4394a7ea0dbea60296ea1824f95cda7 moved the data structures on
which this routine operates from __cpuinitdata to regular memory, so this
routine can also move out of init space.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/numa.c
include/acpi/acpi_numa.h