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:
Andy Ross 2018-02-08 12:34:35 -08:00 committed by Anas Nashif
commit c3c4ea730d
2 changed files with 3 additions and 1 deletions

View file

@ -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)
{

View file

@ -1,2 +1,3 @@
CONFIG_HW_STACK_PROTECTION=y
CONFIG_STACK_SENTINEL=y
CONFIG_HW_STACK_PROTECTION=n
CONFIG_ZTEST=y