aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-01-12 08:46:23 -0600
committerRob Herring <rob.herring@calxeda.com>2012-01-16 08:36:03 -0600
commit09f759f66b82bbfe21e165acf0e57e7725466312 (patch)
tree2f0a10cc680d12c339cd81a5b3b7f7481273cec8 /arch
parentARM: msm: Add missing ENDPROC to headsmp.S (diff)
downloadlinux-dev-09f759f66b82bbfe21e165acf0e57e7725466312.tar.xz
linux-dev-09f759f66b82bbfe21e165acf0e57e7725466312.zip
ARM: ux500: add missing ENDPROC to headsmp.S
Once the ENDPROC is in place, BSYM() in not longer necessary to get correct pointer to u8500_secondary_startup(). Signed-off-by: Rob Herring <rob.herring@calxeda.com> Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ux500/headsmp.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/headsmp.S b/arch/arm/mach-ux500/headsmp.S
index 64fa451edcfd..08da5589bcd8 100644
--- a/arch/arm/mach-ux500/headsmp.S
+++ b/arch/arm/mach-ux500/headsmp.S
@@ -32,6 +32,8 @@ pen: ldr r7, [r6]
* should now contain the SVC stack for this core
*/
b secondary_startup
+ENDPROC(u8500_secondary_startup)
+ .align 2
1: .long .
.long pen_release