commit | 857abb8276a59ce79ac85a99012c7ca9905e1813 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Jan 29 15:04:45 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Mar 19 22:17:34 2024 -0400 |
tree | 49ac8a0e2eddc36fba0000654b1bd1bc63079310 | |
parent | 16ba4bd564ac87421f8c1ace35cb55c643669ccf [diff] |
xtensa: userspace: simplify syscall trampoline a bit There is no need to do a call4 and jx. Simply do a callx4 is enough. Also amended the now incorrect comment about how syscall trampoline is set up. It is now a straight call4 instead of the old 2x call4. Signed-off-by: Daniel Leung <daniel.leung@intel.com>