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:
parent
08351fc6a7
commit
6ce0466d63
@ -196,7 +196,7 @@ ENTRY(_coreb_sleep)
|
|||||||
jump (p0);
|
jump (p0);
|
||||||
ENDPROC(_coreb_sleep)
|
ENDPROC(_coreb_sleep)
|
||||||
|
|
||||||
__CPUINIT
|
__INIT
|
||||||
ENTRY(_coreb_start)
|
ENTRY(_coreb_start)
|
||||||
[--sp] = reti;
|
[--sp] = reti;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user