Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ ENTRY(_coreb_sleep)
	jump (p0);
ENDPROC(_coreb_sleep)

__CPUINIT
__INIT
ENTRY(_coreb_start)
	[--sp] = reti;