aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2010-04-06 09:11:59 +0000
committerMike Frysinger <vapier@gentoo.org>2011-03-18 03:49:22 -0400
commit6ce0466d631d40662e2ab9ec5a05019482bd1074 (patch)
tree61c0cf9e96c4f9b2f6ccb9a4d37f2094f4f0aa56 /arch/blackfin
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (diff)
downloadlinux-dev-6ce0466d631d40662e2ab9ec5a05019482bd1074.tar.xz
linux-dev-6ce0466d631d40662e2ab9ec5a05019482bd1074.zip
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>
Diffstat (limited to 'arch/blackfin')
-rw-r--r--arch/blackfin/mach-bf561/secondary.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf561/secondary.S b/arch/blackfin/mach-bf561/secondary.S
index 4624eebbf9c4..ef9acf21eb8e 100644
--- 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)
-__CPUINIT
+__INIT
ENTRY(_coreb_start)
[--sp] = reti;