Skip to content

Commit

Permalink
tests: kernel: context: add MIPS support
Browse files Browse the repository at this point in the history
This test requires explicit architecture support, which this commit
adds for MIPS.

Signed-off-by: Antony Pavlov <[email protected]>
  • Loading branch information
frantony authored and nashif committed Jan 19, 2022
1 parent 8379533 commit 59c7507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/kernel/context/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
* not considered an IRQ by the irq_enable/Disable APIs.
*/
#elif defined(CONFIG_SPARC)
#elif defined(CONFIG_MIPS)
#elif defined(CONFIG_ARCH_POSIX)
#if defined(CONFIG_BOARD_NATIVE_POSIX)
#define TICK_IRQ TIMER_TICK_IRQ
Expand Down

0 comments on commit 59c7507

Please sign in to comment.