zephyr/arch/arc/include
Wayne Ren f8d061faf7 arch: arc: add nested interrupt support
* add nested interrupt support for interrupts
   + use a varibale exc_nest_count to trace nest interrupt and exception
   + regular interrupts can be nested by regular interrupts and fast
interrupts
   + fast interrupt's priority is the highest, cannot be nested
* remove the firq stack and exception stack
   + remove the coressponding kconfig option
   + all interrupts (normal and fast) and exceptions will be handled
     in the same stack (_interrupt stack)
   + the pros are, smaller memory footprint (no firq stack), simpler
     stack management, simpler codes, etc.. The cons are, possible
     10-15 instructions overhead for the case where fast irq nests
     regular irq
* add the case of ARC in test/kernel/gen_isr_table

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-10 12:47:15 -04:00
..
v2 arch: arc: add nested interrupt support 2017-08-10 12:47:15 -04:00
kernel_arch_data.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
kernel_arch_func.h arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
kernel_arch_thread.h arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
kernel_event_logger_arch.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
offsets_short_arch.h arc: fix CONFIG_ARC_STACK_CHECKING 2017-05-13 15:14:41 -04:00
swap_macros.h arc: Fix the bug in _load_callee_saved_regs 2017-05-19 15:58:41 +02:00
vector_table.h linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00