xtensa-asm2: Exception/interrupt handler should check stack sentinel
This got forgotten. Note that this function is empty if CONFIG_STACK_SENTINEL is unconfigured. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
60932d1427
commit
bbd7912a6b
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,8 @@ static inline void *restore_stack(void *interrupted_stack)
|
|||
|
||||
irq_unlock(key);
|
||||
|
||||
_check_stack_sentinel();
|
||||
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue