Skip to content

Commit

Permalink
ARM: msm: Add missing ENDPROC to headsmp.S
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring committed Jan 16, 2012
1 parent 764a579 commit 8e0f549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-msm/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 8e0f549

Please sign in to comment.