diff options
Diffstat (limited to 'arch/arm/mach-shmobile/headsmp.S')
-rw-r--r-- | arch/arm/mach-shmobile/headsmp.S | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/arm/mach-shmobile/headsmp.S b/arch/arm/mach-shmobile/headsmp.S index 96001fd49b6c..559d1ce5f57e 100644 --- a/arch/arm/mach-shmobile/headsmp.S +++ b/arch/arm/mach-shmobile/headsmp.S | |||
@@ -27,7 +27,14 @@ ENDPROC(shmobile_invalidate_start) | |||
27 | * We need _long_ jump to the physical address. | 27 | * We need _long_ jump to the physical address. |
28 | */ | 28 | */ |
29 | .align 12 | 29 | .align 12 |
30 | ENTRY(shmobile_secondary_vector) | 30 | ENTRY(shmobile_boot_vector) |
31 | ldr r0, 2f | ||
31 | ldr pc, 1f | 32 | ldr pc, 1f |
32 | 1: .long shmobile_invalidate_start - PAGE_OFFSET + PLAT_PHYS_OFFSET | 33 | ENDPROC(shmobile_boot_vector) |
33 | ENDPROC(shmobile_secondary_vector) | 34 | |
35 | .globl shmobile_boot_fn | ||
36 | shmobile_boot_fn: | ||
37 | 1: .space 4 | ||
38 | .globl shmobile_boot_arg | ||
39 | shmobile_boot_arg: | ||
40 | 2: .space 4 | ||