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
|
@ -11,7 +11,6 @@
|
|||
* Zephyr thread struct. But we don't need that for this arch.
|
||||
*/
|
||||
|
||||
struct _caller_saved { };
|
||||
struct _callee_saved { };
|
||||
struct _thread_arch { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue