ARCv2: entry: avoid a branch
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
23c0cbd0c7
commit
ab854bfcd3
@ -100,12 +100,11 @@
|
||||
; 2. Upon entry SP is always saved (for any inspection, unwinding etc),
|
||||
; but on return, restored only if U mode
|
||||
|
||||
lr r9, [AUX_USER_SP] ; U mode SP
|
||||
|
||||
mov.nz r9, sp
|
||||
add.nz r9, r9, SZ_PT_REGS - PT_sp - 4 ; K mode SP
|
||||
bnz 1f
|
||||
|
||||
lr r9, [AUX_USER_SP] ; U mode SP
|
||||
1:
|
||||
PUSH r9 ; SP (pt_regs->sp)
|
||||
|
||||
PUSH fp
|
||||
|
Loading…
Reference in New Issue
Block a user