xtensa: userspace: remove jump to _syscall_returned
There is no need to do a jump to _syscall_returned as it is the next to be run anyway. Keep the label there so we can set breakpoint if needed. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
7f028e2f6e
commit
514cd38431
1 changed files with 0 additions and 2 deletions
|
@ -212,8 +212,6 @@ _id_ok:
|
|||
l32i a3, a1, 0
|
||||
s32i a6, a3, ___xtensa_irq_bsa_t_a2_OFFSET
|
||||
|
||||
j _syscall_returned
|
||||
|
||||
_syscall_returned:
|
||||
call0 xtensa_restore_high_regs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue