commit | daa94e5e59392eeaaaeadb8cc3320baffbb250c2 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Wed Nov 11 15:19:24 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 17 18:59:23 2020 -0500 |
tree | 4f1fd25750eec5f9caf2591c8dc33c768db9d1ba | |
parent | a7d94b003e324c40aea660ff1c62a19c89af3c3d [diff] |
aarch64: Remove redundant init_stack_frame The init_stack_frame is the same as the the ESF. No need to have two separate structs. Consolidate everything into one single struct and make register entries explicit. Signed-off-by: Carlo Caione <ccaione@baylibre.com>