Commit 3c5728ed authored by Jonas Aaberg's avatar Jonas Aaberg Committed by Linus Walleij

ux500: platsmp: Fix section mismatch

Signed-off-by: default avatarJonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
parent 556fb038
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* control for which core is the next to come out of the secondary * control for which core is the next to come out of the secondary
* boot "holding pen" * boot "holding pen"
*/ */
volatile int __cpuinitdata pen_release = -1; volatile int pen_release = -1;
static unsigned int __init get_core_count(void) static unsigned int __init get_core_count(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment