Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMP
TLB handlers a bit, match definitions in pgtable-{32,64}.h better. Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
7c2740f1c1
commit
1b3a6e975c
@ -157,6 +157,7 @@ NESTED(kernel_entry, 16, sp) # kernel entry point
|
||||
LONG_S a2, fw_arg2
|
||||
LONG_S a3, fw_arg3
|
||||
|
||||
MTC0 zero, CP0_CONTEXT # clear context register
|
||||
PTR_LA $28, init_thread_union
|
||||
PTR_ADDIU sp, $28, _THREAD_SIZE - 32
|
||||
set_saved_sp sp, t0, t1
|
||||
|
Reference in New Issue
Block a user