From: Sonic Zhang Date: Tue, 6 Apr 2010 09:11:59 +0000 (+0000) Subject: Blackfin: SMP: avoid section mismatch warnings X-Git-Tag: firefly_0821_release~7613^2~2143^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6ce0466d631d40662e2ab9ec5a05019482bd1074;p=firefly-linux-kernel-4.4.55.git Blackfin: SMP: avoid section mismatch warnings Since coreb_trampoline_start() calls coreb_start(), they need to be in the same section. Signed-off-by: Sonic Zhang Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/mach-bf561/secondary.S b/arch/blackfin/mach-bf561/secondary.S index 4624eebbf9c4..ef9acf21eb8e 100644 --- a/arch/blackfin/mach-bf561/secondary.S +++ b/arch/blackfin/mach-bf561/secondary.S @@ -196,7 +196,7 @@ ENTRY(_coreb_sleep) jump (p0); ENDPROC(_coreb_sleep) -__CPUINIT +__INIT ENTRY(_coreb_start) [--sp] = reti;