xtensa: userspace: remove saving HiFi registers for syscalls
This removes the call to _xtensa_hifi_save() to save the HiFi registers during syscalls. During syscall, we are not doing context switching, and technically it is still the same thread. There is no need to save HiFi registers. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
d9f6882071
commit
10f8882eec
1 changed files with 0 additions and 4 deletions
|
@ -120,10 +120,6 @@ end_loop:
|
|||
s32i a3, a1, ___xtensa_irq_bsa_t_pc_OFFSET
|
||||
ODD_REG_SAVE
|
||||
|
||||
#if defined(CONFIG_XTENSA_HIFI_SHARING)
|
||||
call0 _xtensa_hifi_save
|
||||
#endif
|
||||
|
||||
call0 xtensa_save_high_regs
|
||||
|
||||
l32i a2, a1, 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue