nios2: Add include for _check_stack_sentinel()
This API moved into kswap.h and the resulting warning on this arch got missed. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
245b54ed56
commit
c3c4ea730d
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
#include <sw_isr_table.h>
|
||||
#include <logging/kernel_event_logger.h>
|
||||
#include <ksched.h>
|
||||
#include <kswap.h>
|
||||
|
||||
void _irq_spurious(void *unused)
|
||||
{
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
CONFIG_HW_STACK_PROTECTION=y
|
||||
CONFIG_STACK_SENTINEL=y
|
||||
CONFIG_HW_STACK_PROTECTION=n
|
||||
CONFIG_ZTEST=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue