commit | 76494f85892af15cf618d91febff5172ae1d7488 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Mon May 03 13:58:57 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 04 22:41:32 2021 -0400 |
tree | e4a17928e7c1a92742730cdd571ba3e4d5a216a4 | |
parent | 4208bf192701640513a4c703ed9a8bb7542daa7e [diff] |
arm64: optimize offsets in z_arm64_context_switch We can use build-time offsets from a struct k_thread pointer directly to struct _callee_saved members. No need to compute that at run time. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>