From: Luck, Tony Date: Thu, 24 May 2007 20:57:40 +0000 (-0700) Subject: ACPI: Section mismatch ... acpi_map_pxm_to_node X-Git-Tag: v2.6.22-rc4~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ff6f48d99a0351bcc9ceab422042ef9d3bad9aa;p=pandora-kernel.git 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 f363d16fbb9374c0bd7f2757d412c287169094c9 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed