arch: all: Remove not used struct _caller_saved
The struct _caller_saved is not used. Most architectures put automatically the registers onto stack, in others architectures the exception code does it. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
d61c679d43
commit
4f99a38b06
12 changed files with 1 additions and 123 deletions
|
@ -513,8 +513,6 @@ struct k_thread {
|
|||
|
||||
struct _thread_base base;
|
||||
|
||||
/** defined by the architecture, but all archs need these */
|
||||
struct _caller_saved caller_saved;
|
||||
/** defined by the architecture, but all archs need these */
|
||||
struct _callee_saved callee_saved;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue