diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2010-12-15 02:36:02 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-19 15:31:49 -0500 |
commit | 3c5728edbeb44819dba25a3c1b56702c87c9e419 (patch) | |
tree | 1969ab3150f45fd589f04f5ac7eed003b16fe7ee /arch/arm/mach-ux500/platsmp.c | |
parent | 556fb03869ad4d14e5336093a7a8565456a26c21 (diff) |
ux500: platsmp: Fix section mismatch
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/platsmp.c')
-rw-r--r-- | arch/arm/mach-ux500/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c index 9e4c678de785..ade2e17f253c 100644 --- a/arch/arm/mach-ux500/platsmp.c +++ b/arch/arm/mach-ux500/platsmp.c | |||
@@ -26,7 +26,7 @@ | |||
26 | * control for which core is the next to come out of the secondary | 26 | * control for which core is the next to come out of the secondary |
27 | * boot "holding pen" | 27 | * boot "holding pen" |
28 | */ | 28 | */ |
29 | volatile int __cpuinitdata pen_release = -1; | 29 | volatile int pen_release = -1; |
30 | 30 | ||
31 | static unsigned int __init get_core_count(void) | 31 | static unsigned int __init get_core_count(void) |
32 | { | 32 | { |