projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e0f549
)
ARM: ux500: add missing ENDPROC to headsmp.S
author
Rob Herring
<rob.herring@calxeda.com>
Thu, 12 Jan 2012 14:46:23 +0000
(08:46 -0600)
committer
Rob Herring
<rob.herring@calxeda.com>
Mon, 16 Jan 2012 14:36:03 +0000
(08:36 -0600)
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>
arch/arm/mach-ux500/headsmp.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ux500/headsmp.S
b/arch/arm/mach-ux500/headsmp.S
index 64fa451edcfd486bdbaa0163f55e93399597d8ed..08da5589bcd8a60179cc458dba05f735ea6f919f 100644
(file)
--- 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