diff options
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r-- | arch/arm/mach-ux500/platsmp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/platsmp.c b/arch/arm/mach-ux500/platsmp.c index 4e338466839e..0c527fe2cebb 100644 --- a/arch/arm/mach-ux500/platsmp.c +++ b/arch/arm/mach-ux500/platsmp.c | |||
@@ -23,6 +23,9 @@ | |||
23 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
24 | #include <mach/setup.h> | 24 | #include <mach/setup.h> |
25 | 25 | ||
26 | /* This is called from headsmp.S to wakeup the secondary core */ | ||
27 | extern void u8500_secondary_startup(void); | ||
28 | |||
26 | /* | 29 | /* |
27 | * control for which core is the next to come out of the secondary | 30 | * control for which core is the next to come out of the secondary |
28 | * boot "holding pen" | 31 | * boot "holding pen" |