From: Jonas Aaberg Date: Wed, 15 Dec 2010 07:36:02 +0000 (+0100) Subject: ux500: platsmp: Fix section mismatch X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c5728edbeb44819dba25a3c1b56702c87c9e419;p=linux-beck.git ux500: platsmp: Fix section mismatch Signed-off-by: Jonas Aaberg Signed-off-by: Linus Walleij --- 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) {