فهرست منبع

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 سال پیش
والد
کامیت
6ce0466d63
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;