commit | c8ae7e9bfc8caf679e891c4f0a04f2435b45e2da | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Thu Feb 27 16:30:24 2014 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Mar 05 10:48:26 2014 +0800 |
tree | e6256525f9552729cb1a6b3771376730b2e98d63 | |
parent | 6a5637e52eca3c1e38b6ed341fd3892392b58f56 [diff] |
ARM: imx6: drop .text.head section annotation from headsmp.S The function v7_secondary_startup() works just fine in .text section, so there is no need to have .text.head section annotation at all. Drop it. Suggested-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>