zephyr/include/arch
Andrew Boie eec13ca8c1 interrupt_controller: allow for indeterminate faulting vectors
You can't query the LOAPIC for every kind of interrupt that fires,
it has no idea about IRQs that were generated by an 'int' instruction
for example. Extend the semantics of _irq_controller_isr_vector_get()
to return -1 if the vector can't be identified.

Issue: ZEP-602
Change-Id: I1174aa62fbedffdcd329d60da8ef14fabb042dc3
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-09-08 12:47:14 -07:00
..
arc arc: remove deprecated dynamic interrupt implementation 2016-09-06 22:26:11 +00:00
arm arm: remove dynamic IRQs and exceptions 2016-09-06 23:47:21 +00:00
nios2 nios2: map all sys_write* to 32-bit to work around CPU bug 2016-07-15 19:31:11 +00:00
x86 interrupt_controller: allow for indeterminate faulting vectors 2016-09-08 12:47:14 -07:00
cpu.h nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00