From c8ae7e9bfc8caf679e891c4f0a04f2435b45e2da Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Thu, 27 Feb 2014 16:30:24 +0800 Subject: 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 Signed-off-by: Shawn Guo --- 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 6e1a56dafe35..de5047c8a6c8 100644 --- a/arch/arm/mach-imx/headsmp.S +++ b/arch/arm/mach-imx/headsmp.S @@ -13,8 +13,6 @@ #include #include - .section ".text.head", "ax" - diag_reg_offset: .word g_diag_reg - . -- cgit v1.2.3