From: Srinivas Kandagatla Date: Thu, 1 Aug 2013 12:40:55 +0000 (+0100) Subject: ARM: ux500: remove u8500_secondary_startup from INIT section. X-Git-Tag: v3.12-rc1~115^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880467735a0c05a5a26a4ffdddc2cb310fd10927;p=pandora-kernel.git 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 Signed-off-by: Linus Walleij --- Reading git-diff-tree failed