Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ux500: platsmp: Fix section mismatch

parent 556fb038
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{