mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 22:55:53 -04:00
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:
committed by
Mike Frysinger
parent
08351fc6a7
commit
6ce0466d63
@@ -196,7 +196,7 @@ ENTRY(_coreb_sleep)
|
||||
jump (p0);
|
||||
ENDPROC(_coreb_sleep)
|
||||
|
||||
__CPUINIT
|
||||
__INIT
|
||||
ENTRY(_coreb_start)
|
||||
[--sp] = reti;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user