projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f7b332
)
ARM: 6895/1: mach-ux500: fix SMP secondary startup regression
author
Linus Walleij
<
[email protected]
>
Fri, 6 May 2011 11:56:27 +0000
(12:56 +0100)
committer
Russell King
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-ux500/platsmp.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-ux500/platsmp.c
b/arch/arm/mach-ux500/platsmp.c
index 4e338466839edd12d582b4d6b3ef0ca09b70febf..0c527fe2cebb1dd7c93a0f651323eaf7559fd77c 100644
(file)
--- a/
arch/arm/mach-ux500/platsmp.c
+++ b/
arch/arm/mach-ux500/platsmp.c
@@
-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"