sparc,smp: typo in start.S causing SMP not working

This commit is contained in:
Daniel Hellstrom
2018-08-23 11:13:44 +02:00
parent 59a0541c5b
commit a87964d04f

View File

@@ -310,7 +310,7 @@ SYM(hard_reset):
andn %sp, 0x0f, %sp ! align stack on 16-byte boundary
mov %sp, %fp ! set frame pointer
mov %o0, %g6
mov %g6, %o0
call SYM(bsp_start_on_secondary_processor) ! does not return
sub %sp, SPARC_MINIMUM_STACK_FRAME_SIZE, %sp
.Lbootcpu: