nios2: remove unused INT_ACTIVE/EXC_ACTIVE thread flags

Change-Id: I884e87107cf30a6b8a064bc1da3c1ea26380fe03
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-12-21 15:37:54 -05:00 committed by Andrew Boie
parent d779f3d240
commit 1774f62eda

View file

@ -47,14 +47,6 @@ extern "C" {
#include <misc/dlist.h>
#endif
/* nios2 bitmask definitions for the struct k_thread->flags bit field */
/* 1 = executing context is interrupt handler */
#define INT_ACTIVE (1 << 31)
/* 1 = executing context is exception handler */
#define EXC_ACTIVE (1 << 30)
/* stacks */
#define STACK_ALIGN_SIZE 4