From: Marcin Slusarz Date: Wed, 20 Aug 2008 19:07:47 +0000 (+0200) Subject: x86, mmiotrace: silence section mismatch warning - leave_uniprocessor X-Git-Tag: v2.6.27-rc5~50^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7701e8c59b0e7cbcf21c1bc49d8b8c6db43027a4;p=pandora-kernel.git x86, mmiotrace: silence section mismatch warning - leave_uniprocessor WARNING: vmlinux.o(.text+0x180af): Section mismatch in reference from the function leave_uniprocessor() to the function .cpuinit.text:cpu_up() The function leave_uniprocessor() references the function __cpuinit cpu_up(). This is often because leave_uniprocessor lacks a __cpuinit annotation or the annotation of cpu_up is wrong. leave_uniprocessor calls cpu_up only when CONFIG_HOTPLUG_CPU is set, so it can be safely annotated as __ref Signed-off-by: Marcin Slusarz Cc: Pekka Paalanen Signed-off-by: Ingo Molnar Cc: Ingo Molnar Cc: Pekka Paalanen --- Reading git-diff-tree failed