tests: kernel: context: add MIPS support
This test requires explicit architecture support, which this commit adds for MIPS. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
This commit is contained in:
parent
8379533bed
commit
59c7507e1a
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@
|
||||||
* not considered an IRQ by the irq_enable/Disable APIs.
|
* not considered an IRQ by the irq_enable/Disable APIs.
|
||||||
*/
|
*/
|
||||||
#elif defined(CONFIG_SPARC)
|
#elif defined(CONFIG_SPARC)
|
||||||
|
#elif defined(CONFIG_MIPS)
|
||||||
#elif defined(CONFIG_ARCH_POSIX)
|
#elif defined(CONFIG_ARCH_POSIX)
|
||||||
#if defined(CONFIG_BOARD_NATIVE_POSIX)
|
#if defined(CONFIG_BOARD_NATIVE_POSIX)
|
||||||
#define TICK_IRQ TIMER_TICK_IRQ
|
#define TICK_IRQ TIMER_TICK_IRQ
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue