From: Jonas Aaberg Date: Wed, 15 Dec 2010 07:36:02 +0000 (+0100) Subject: ux500: platsmp: Fix section mismatch X-Git-Tag: firefly_0821_release~7613^2~3117^2^2~1^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3c5728edbeb44819dba25a3c1b56702c87c9e419;p=firefly-linux-kernel-4.4.55.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) {