ARM: imx6: drop .text.head section annotation from headsmp.S
authorShawn Guo <shawn.guo@linaro.org>
Thu, 27 Feb 2014 08:30:24 +0000 (16:30 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Wed, 5 Mar 2014 02:48:26 +0000 (10:48 +0800)
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>

No differences found