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)
commitc8ae7e9bfc8caf679e891c4f0a04f2435b45e2da
treee6256525f9552729cb1a6b3771376730b2e98d63
parent6a5637e52eca3c1e38b6ed341fd3892392b58f56
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>
arch/arm/mach-imx/headsmp.S