aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/headsmp.S
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-01-09 15:39:19 -0600
committerRob Herring <rob.herring@calxeda.com>2012-01-16 08:36:04 -0600
commitf7597c02a2e6fada7a065b03efe283ae7ef0e0bc (patch)
tree56fef0a1d6c8c16840c5a3f1fe7171996f6605e6 /arch/arm/mach-exynos/headsmp.S
parentARM: ux500: add missing ENDPROC to headsmp.S (diff)
downloadlinux-dev-f7597c02a2e6fada7a065b03efe283ae7ef0e0bc.tar.xz
linux-dev-f7597c02a2e6fada7a065b03efe283ae7ef0e0bc.zip
ARM: exynos: remove incorrect BSYM usage
BSYM macro is only needed for assembly files and its usage in c files is wrong, so remove it. The linker will correctly set bit 0 for Thumb2 kernels. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Dave Martin <dave.martin@linaro.org> Cc: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/headsmp.S')
-rw-r--r--arch/arm/mach-exynos/headsmp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/headsmp.S b/arch/arm/mach-exynos/headsmp.S
index 3cdeb3647542..5364d4bfa8bc 100644
--- a/arch/arm/mach-exynos/headsmp.S
+++ b/arch/arm/mach-exynos/headsmp.S
@@ -36,6 +36,8 @@ pen: ldr r7, [r6]
* should now contain the SVC stack for this core
*/
b secondary_startup
+ENDPROC(exynos4_secondary_startup)
+ .align 2
1: .long .
.long pen_release