Skip to content

Commit

Permalink
ARM: ux500: remove u8500_secondary_startup from INIT section.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Srinivas Kandagatla authored and Linus Walleij committed Aug 19, 2013
1 parent bd93ec5 commit 8804677
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-ux500/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include <linux/linkage.h>
#include <linux/init.h>

__INIT

/*
* U8500 specific entry point for secondary CPUs.
*/
Expand Down

0 comments on commit 8804677

Please sign in to comment.