diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-01-12 08:46:23 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-01-16 08:36:02 -0600 |
commit | 8e0f549b23006e90172a4be188ba94f0944f08f8 (patch) | |
tree | 128510e88b9246a44df150540d9518fdc45371bd /arch | |
parent | 764a579fb56a9205a9212250e625efe2b11e3f96 (diff) | |
download | linux-3.10-8e0f549b23006e90172a4be188ba94f0944f08f8.tar.gz linux-3.10-8e0f549b23006e90172a4be188ba94f0944f08f8.tar.bz2 linux-3.10-8e0f549b23006e90172a4be188ba94f0944f08f8.zip |
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 0c631a9f864..bcd5af223de 100644 --- a/arch/arm/mach-msm/headsmp.S +++ b/arch/arm/mach-msm/headsmp.S @@ -34,6 +34,7 @@ pen: ldr r7, [r6] * should now contain the SVC stack for this core */ b secondary_startup +ENDPROC(msm_secondary_startup) .align 1: .long . |