From: Sam Ravnborg Date: Sun, 17 Feb 2008 12:22:48 +0000 (+0100) Subject: ACPI: fix section mismatch in processor_core.c:acpi_processor_hotplug_notify X-Git-Tag: v2.6.25-rc6~19^2~2^4~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95e9e8d94484c2823be67416f25e9756db149dc;p=pandora-kernel.git ACPI: fix section mismatch in processor_core.c:acpi_processor_hotplug_notify Fix following warning: WARNING: vmlinux.o(.text+0x55586c): Section mismatch in reference from the function acpi_processor_hotplug_notify() to the function .cpuinit.text:acpi_processor_start() acpi_processor_hotplug_notify() may safely reference __cpuinit stuff as it ids defined inside an ACPI_HOTPLUG_CPU block. So annotate it __ref to silence the warning. Signed-off-by: Sam Ravnborg Signed-off-by: Len Brown --- Reading git-diff-tree failed