aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/headsmp.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/headsmp.S b/arch/arm/mach-shmobile/headsmp.S
index a5c5af1e6bce..d4cec6b4c7d9 100644
--- a/arch/arm/mach-shmobile/headsmp.S
+++ b/arch/arm/mach-shmobile/headsmp.S
@@ -12,6 +12,7 @@
12 */ 12 */
13#include <linux/linkage.h> 13#include <linux/linkage.h>
14#include <linux/init.h> 14#include <linux/init.h>
15#include <asm/memory.h>
15 16
16 __INIT 17 __INIT
17 18
@@ -23,4 +24,4 @@
23 .align 12 24 .align 12
24ENTRY(shmobile_secondary_vector) 25ENTRY(shmobile_secondary_vector)
25 ldr pc, 1f 26 ldr pc, 1f
261: .long secondary_startup - CONFIG_PAGE_OFFSET + CONFIG_MEMORY_START 271: .long secondary_startup - PAGE_OFFSET + PHYS_OFFSET