Browse Source

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>
Sonic Zhang 15 years ago
parent
commit
6ce0466d63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/blackfin/mach-bf561/secondary.S

+ 1 - 1
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;