diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap-headsmp.S')
-rw-r--r-- | arch/arm/mach-omap2/omap-headsmp.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap-headsmp.S b/arch/arm/mach-omap2/omap-headsmp.S index 0ea09faf327b..4ea308114165 100644 --- a/arch/arm/mach-omap2/omap-headsmp.S +++ b/arch/arm/mach-omap2/omap-headsmp.S | |||
@@ -49,7 +49,7 @@ END(omap5_secondary_startup) | |||
49 | * The primary core will update this flag using a hardware | 49 | * The primary core will update this flag using a hardware |
50 | * register AuxCoreBoot0. | 50 | * register AuxCoreBoot0. |
51 | */ | 51 | */ |
52 | ENTRY(omap_secondary_startup) | 52 | ENTRY(omap4_secondary_startup) |
53 | hold: ldr r12,=0x103 | 53 | hold: ldr r12,=0x103 |
54 | dsb | 54 | dsb |
55 | smc #0 @ read from AuxCoreBoot0 | 55 | smc #0 @ read from AuxCoreBoot0 |
@@ -64,9 +64,9 @@ hold: ldr r12,=0x103 | |||
64 | * should now contain the SVC stack for this core | 64 | * should now contain the SVC stack for this core |
65 | */ | 65 | */ |
66 | b secondary_startup | 66 | b secondary_startup |
67 | ENDPROC(omap_secondary_startup) | 67 | ENDPROC(omap4_secondary_startup) |
68 | 68 | ||
69 | ENTRY(omap_secondary_startup_4460) | 69 | ENTRY(omap4460_secondary_startup) |
70 | hold_2: ldr r12,=0x103 | 70 | hold_2: ldr r12,=0x103 |
71 | dsb | 71 | dsb |
72 | smc #0 @ read from AuxCoreBoot0 | 72 | smc #0 @ read from AuxCoreBoot0 |
@@ -101,4 +101,4 @@ hold_2: ldr r12,=0x103 | |||
101 | * should now contain the SVC stack for this core | 101 | * should now contain the SVC stack for this core |
102 | */ | 102 | */ |
103 | b secondary_startup | 103 | b secondary_startup |
104 | ENDPROC(omap_secondary_startup_4460) | 104 | ENDPROC(omap4460_secondary_startup) |