commit | 10f8882eeca8ae23055d2c93414b5590dbbb69e0 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Feb 13 14:28:37 2025 -0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Apr 17 00:57:19 2025 +0200 |
tree | d46d28db82614022edaa11946bf6f57d0c5d8fb6 | |
parent | d9f68820714c0adda412e4e426a18754989b5a23 [diff] |
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>