Skip to content

Commit

Permalink
ARM: ux500: 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 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>
  • Loading branch information
Rob Herring committed Jan 16, 2012
1 parent 8e0f549 commit 09f759f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-ux500/headsmp.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09f759f

Please sign in to comment.