xtensa: remove errno_var from strcut _thread_arch
The errno_var copy in Xtensa's struct is not being used at all for errno (as there is already one in struct k_thread). So remove it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
c7ed7e492b
commit
2c8625ea7e
1 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,7 @@ struct _thread_arch {
|
|||
* fixed offset to read the 'flags' field.
|
||||
*/
|
||||
uint32_t flags;
|
||||
#ifdef CONFIG_ERRNO
|
||||
int errno_var;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The location of all floating point related structures/fields MUST be
|
||||
* located at the end of struct k_thread. This way only the threads
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue