Xtensa: Fix some xtensa_context.S assemble issues
This commit is contained in:
parent
11af1fc24c
commit
d75fb34b62
@ -56,13 +56,16 @@
|
|||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#include "xtensa_rtos.h"
|
#include <nuttx/config.h>
|
||||||
#include "xtensa_context.h"
|
#include <arch/irq.h>
|
||||||
|
|
||||||
#ifdef CONFIG_XTENSA_USE_OVLY
|
#ifdef CONFIG_XTENSA_USE_OVLY
|
||||||
# include <xtensa/overlay_os_asm.h>
|
# include <xtensa/overlay_os_asm.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#warning REVIST XCHAL_EXTRA_SA_SIZE is not yet provided
|
||||||
|
#define XCHAL_EXTRA_SA_SIZE 0 /* REMOVE ME */
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user