From: Sonic Zhang Date: Tue, 6 Apr 2010 09:11:59 +0000 (+0000) Subject: Blackfin: SMP: avoid section mismatch warnings X-Git-Tag: v3.12-rc1~6872^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ce0466d631d40662e2ab9ec5a05019482bd1074;p=kernel%2Fkernel-generic.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 4624eeb..ef9acf2 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;