aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/headsmp.S
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-01-09 16:39:19 -0500
committerRob Herring <rob.herring@calxeda.com>2012-01-16 09:36:04 -0500
commitf7597c02a2e6fada7a065b03efe283ae7ef0e0bc (patch)
tree56fef0a1d6c8c16840c5a3f1fe7171996f6605e6 /arch/arm/mach-exynos/headsmp.S
parent09f759f66b82bbfe21e165acf0e57e7725466312 (diff)
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]
36 * should now contain the SVC stack for this core 36 * should now contain the SVC stack for this core
37 */ 37 */
38 b secondary_startup 38 b secondary_startup
39ENDPROC(exynos4_secondary_startup)
39 40
41 .align 2
401: .long . 421: .long .
41 .long pen_release 43 .long pen_release