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 <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Sonic Zhang 2010-04-06 09:11:59 +00:00 committed by Mike Frysinger
parent 08351fc6a7
commit 6ce0466d63

View file

@ -196,7 +196,7 @@ ENTRY(_coreb_sleep)
jump (p0);
ENDPROC(_coreb_sleep)
__CPUINIT
__INIT
ENTRY(_coreb_start)
[--sp] = reti;