arch/x86: remove support for IAMCU ABI
This ABI is no longer required by any targets and is deprecated. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
37929b3428
commit
6767563f94
25 changed files with 20 additions and 273 deletions
|
@ -42,11 +42,10 @@
|
|||
/* Some configurations require that the stack/registers be adjusted before
|
||||
* z_thread_entry. See discussion in swap.S for z_x86_thread_entry_wrapper()
|
||||
*/
|
||||
#if defined(CONFIG_X86_IAMCU) || defined(CONFIG_DEBUG_INFO)
|
||||
#if defined(CONFIG_DEBUG_INFO)
|
||||
#define _THREAD_WRAPPER_REQUIRED
|
||||
#endif
|
||||
|
||||
|
||||
/* increase to 16 bytes (or more?) to support SSE/SSE2 instructions? */
|
||||
|
||||
#define STACK_ALIGN_SIZE 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue