diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2010-12-15 08:36:02 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-19 21:31:49 +0100 |
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 @@ * 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) { |