From: Heiko Carstens Date: Thu, 27 Dec 2012 13:03:36 +0000 (+0100) Subject: s390/smp: fix section mismatch for smp_add_present_cpu() X-Git-Tag: v3.8-rc4~43^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eba61970b68f9f7680d6c1c269633dcd005b3bd2;p=pandora-kernel.git s390/smp: fix section mismatch for smp_add_present_cpu() Fixes this section mismatch: WARNING: vmlinux.o(.text+0x145e4): Section mismatch in reference from the function smp_add_present_cpu() to the function .cpuinit.text:register_cpu() The function smp_add_present_cpu() references the function __cpuinit register_cpu(). This is often because smp_add_present_cpu lacks a __cpuinit annotation or the annotation of register_cpu is wrong. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed