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:
Flavio Ceolin 2019-04-17 14:54:15 -07:00 committed by Andrew Boie
commit 4f99a38b06
12 changed files with 1 additions and 123 deletions

View file

@ -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 { };