Skip to content

Commit

Permalink
ux500: platsmp: Fix section mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
  • Loading branch information
Jonas Aaberg authored and Linus Walleij committed Dec 19, 2010
1 parent 556fb03 commit 3c5728e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3c5728e

Please sign in to comment.