From: Jonas Aaberg Date: Wed, 15 Dec 2010 07:36:02 +0000 (+0100) Subject: ux500: platsmp: Fix section mismatch X-Git-Tag: v2.6.38-rc1~471^2^2~1^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c5728edbeb44819dba25a3c1b56702c87c9e419;p=thirdparty%2Fkernel%2Flinux.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 9e4c678de7859..ade2e17f253c3 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) {