From c8ae7e9bfc8caf679e891c4f0a04f2435b45e2da Mon Sep 17 00:00:00 2001 From: Shawn Guo <shawn.guo@linaro.org> Date: Thu, 27 Feb 2014 16:30:24 +0800 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-imx/headsmp.S b/arch/arm/mach-imx/headsmp.S index 6e1a56dafe35c..de5047c8a6c87 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 - . -- GitLab