projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08351fc
)
Blackfin: SMP: avoid section mismatch warnings
author
Sonic Zhang
<sonic.zhang@analog.com>
Tue, 6 Apr 2010 09:11:59 +0000
(09:11 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 18 Mar 2011 07:49:22 +0000
(
03:49
-0400)
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>
arch/blackfin/mach-bf561/secondary.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-bf561/secondary.S
b/arch/blackfin/mach-bf561/secondary.S
index 4624eebbf9c4c92b5e95220282b3f676dd6dbf76..ef9acf21eb8e53da5b207d3190d896e91e39da4d 100644
(file)
--- a/
arch/blackfin/mach-bf561/secondary.S
+++ b/
arch/blackfin/mach-bf561/secondary.S
@@
-196,7
+196,7
@@
ENTRY(_coreb_sleep)
jump (p0);
ENDPROC(_coreb_sleep)
-__
CPU
INIT
+__INIT
ENTRY(_coreb_start)
[--sp] = reti;