diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2014-02-27 16:30:24 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-03-05 10:48:26 +0800 |
commit | c8ae7e9bfc8caf679e891c4f0a04f2435b45e2da (patch) | |
tree | e6256525f9552729cb1a6b3771376730b2e98d63 | |
parent | 6a5637e52eca3c1e38b6ed341fd3892392b58f56 (diff) |
ARM: imx6: drop .text.head section annotation from headsmp.Simx-soc-3.15
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>
-rw-r--r-- | arch/arm/mach-imx/headsmp.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/headsmp.S b/arch/arm/mach-imx/headsmp.S index 6e1a56dafe35..de5047c8a6c8 100644 --- a/arch/arm/mach-imx/headsmp.S +++ b/arch/arm/mach-imx/headsmp.S @@ -13,8 +13,6 @@ #include <linux/linkage.h> #include <linux/init.h> - .section ".text.head", "ax" - diag_reg_offset: .word g_diag_reg - . |