ARM: 6895/1: mach-ux500: fix SMP secondary startup regression
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 6 May 2011 11:56:27 +0000 (12:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 23 May 2011 15:53:17 +0000 (16:53 +0100)
Commit e2a083dc0da9aa6437e14811198379b18cdfa7f8
"ARM: consolidate SMP cross call implementation" broke the ux500
compilation since the smp.h header declared a function called
from headsmp.S. This fixes it up by declaring it locally instead.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ux500/platsmp.c

index 4e338466839edd12d582b4d6b3ef0ca09b70febf..0c527fe2cebb1dd7c93a0f651323eaf7559fd77c 100644 (file)
@@ -23,6 +23,9 @@
 #include <mach/hardware.h>
 #include <mach/setup.h>
 
+/* This is called from headsmp.S to wakeup the secondary core */
+extern void u8500_secondary_startup(void);
+
 /*
  * control for which core is the next to come out of the secondary
  * boot "holding pen"
This page took 0.026343 seconds and 5 git commands to generate.