Skip to content

Commit

Permalink
ARM: 6895/1: mach-ux500: fix SMP secondary startup regression
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Russell King committed May 23, 2011
1 parent 0f7b332 commit 4d5336d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-ux500/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d5336d

Please sign in to comment.