Commit 6ce0466d authored by Sonic Zhang's avatar Sonic Zhang Committed by Mike Frysinger

Blackfin: SMP: avoid section mismatch warnings

Since coreb_trampoline_start() calls coreb_start(), they need to be in
the same section.
Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 08351fc6
......@@ -196,7 +196,7 @@ ENTRY(_coreb_sleep)
jump (p0);
ENDPROC(_coreb_sleep)
__CPUINIT
__INIT
ENTRY(_coreb_start)
[--sp] = reti;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment