summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/headsmp.S
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@st.com>2013-08-01 12:40:55 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-08-19 20:49:24 (GMT)
commit880467735a0c05a5a26a4ffdddc2cb310fd10927 (patch)
treef63949b7527406facce7dccf4082f95d89053b05 /arch/arm/mach-ux500/headsmp.S
parentbd93ec505312f05fbc2c6f426c74fef920a597fa (diff)
downloadlinux-fsl-qoriq-880467735a0c05a5a26a4ffdddc2cb310fd10927.tar.xz
ARM: ux500: remove u8500_secondary_startup from INIT section.
This patch removes u8500_secondary_startup from _INIT section, there are two reason for this removal. 1. discarding such a small code does not save much, given the RAM sizes. 2. Having this code discarded, creates corruption issue when we boot smp-kernel with nr_cpus=1 or with single cpu node in DT. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/headsmp.S')
-rw-r--r--arch/arm/mach-ux500/headsmp.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/headsmp.S b/arch/arm/mach-ux500/headsmp.S
index 08da5589..9cdea04 100644
--- a/arch/arm/mach-ux500/headsmp.S
+++ b/arch/arm/mach-ux500/headsmp.S
@@ -11,8 +11,6 @@
#include <linux/linkage.h>
#include <linux/init.h>
- __INIT
-
/*
* U8500 specific entry point for secondary CPUs.
*/