commit | d6f67eb787cd9a5d7af2aaac403ea117578af6c9 | [log] [tgz] |
---|---|---|
author | Srinivas Kandagatla <srinivas.kandagatla@st.com> | Thu Aug 01 13:13:41 2013 +0100 |
committer | Olof Johansson <olof@lixom.net> | Sun Aug 04 13:40:55 2013 -0700 |
tree | 541b64ec4e2e482fccbf38e678a05d7c34702d8f | |
parent | 95e8ce69a043bc501b45508cc31f1dc9a3f64d3e [diff] |
ARM: STi: remove sti_secondary_start from INIT section. This patch removes sti_secondary_start from _INIT section, there are 2 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 nrcpus=1 or with single cpu node in DT. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com> Signed-off-by: Olof Johansson <olof@lixom.net>