diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-12 09:46:23 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-16 09:36:02 -0500 |
commit | 8e0f549b23006e90172a4be188ba94f0944f08f8 (patch) | |
tree | 128510e88b9246a44df150540d9518fdc45371bd /arch | |
parent | 764a579fb56a9205a9212250e625efe2b11e3f96 (diff) |
ARM: msm: Add missing ENDPROC to headsmp.S
Once the ENDPROC is in place, BSYM() in not longer necessary
to get correct pointer to msm_secondary_startup().
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: David Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-msm/headsmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/headsmp.S b/arch/arm/mach-msm/headsmp.S index 0c631a9f8647..bcd5af223dea 100644 --- a/arch/arm/mach-msm/headsmp.S +++ b/arch/arm/mach-msm/headsmp.S | |||
@@ -34,6 +34,7 @@ pen: ldr r7, [r6] | |||
34 | * should now contain the SVC stack for this core | 34 | * should now contain the SVC stack for this core |
35 | */ | 35 | */ |
36 | b secondary_startup | 36 | b secondary_startup |
37 | ENDPROC(msm_secondary_startup) | ||
37 | 38 | ||
38 | .align | 39 | .align |
39 | 1: .long . | 40 | 1: .long . |