Jelajahi Sumber

ux500: platsmp: Fix section mismatch

Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Jonas Aaberg 14 tahun lalu
induk
melakukan
3c5728edbe
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      arch/arm/mach-ux500/platsmp.c

+ 1 - 1
arch/arm/mach-ux500/platsmp.c

@@ -26,7 +26,7 @@
  * control for which core is the next to come out of the secondary
  * boot "holding pen"
  */
-volatile int __cpuinitdata pen_release = -1;
+volatile int pen_release = -1;
 
 static unsigned int __init get_core_count(void)
 {