[arch][arm] Add alternate secondary entry path

Adds branch to arm_secondary_entry after exception vectors
if WITH_SMP is set.

Change-Id: If10d08e305cb4a183b9b80ef3b959f3dcb947b58
Signed-off-by: Arve Hjønnevåg <arve@android.com>
This commit is contained in:
Arve Hjønnevåg
2014-03-21 20:22:25 -07:00
parent 3d5a0da377
commit 65324bbc8f

View File

@@ -36,6 +36,9 @@ _start:
b arm_reserved
b arm_irq
b arm_fiq
#if WITH_SMP
b arm_secondary_entry
#endif
.weak platform_reset
platform_reset: