[PATCH 07/18] ARM: ux500: add missing ENDPROC to headsmp.S

Ike Panhc ike.pan at canonical.com
Thu May 17 06:45:02 UTC 2012


From: Rob Herring <rob.herring at calxeda.com>

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 at calxeda.com>
Cc: Srinidhi Kasagar <srinidhi.kasagar at stericsson.com>
Cc: Linus Walleij <linus.walleij at stericsson.com>
(cherry picked from commit 09f759f66b82bbfe21e165acf0e57e7725466312)

Signed-off-by: Ike Panhc <ike.pan at canonical.com>
---
 arch/arm/mach-ux500/headsmp.S |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-ux500/headsmp.S b/arch/arm/mach-ux500/headsmp.S
index 64fa451..08da5589 100644
--- 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
-- 
1.7.9.5





More information about the kernel-team mailing list