arch/xtensa/include/irq.h: Reserve some space for interptee's BSA.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2020-12-01 16:53:26 +00:00 committed by Alan Carvalho de Assis
parent 368d21a0b9
commit 1f96f42f1e

View file

@ -134,7 +134,7 @@
# define XCPTCONTEXT_REGS _REG_OVLY_START
#endif
#define XCPTCONTEXT_SIZE (4 * XCPTCONTEXT_REGS)
#define XCPTCONTEXT_SIZE ((4 * XCPTCONTEXT_REGS) + 0x20)
/****************************************************************************
* Public Types