diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-09 22:39:19 +0100 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-16 15:36:04 +0100 |
commit | f7597c02a2e6fada7a065b03efe283ae7ef0e0bc (patch) | |
tree | 56fef0a1d6c8c16840c5a3f1fe7171996f6605e6 /arch/arm/mach-exynos/headsmp.S | |
parent | ARM: ux500: add missing ENDPROC to headsmp.S (diff) | |
download | linux-f7597c02a2e6fada7a065b03efe283ae7ef0e0bc.tar.xz linux-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.S | 2 |
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 |