zephyr/include/arch
Andrew Boie 2a1ae3f436 ARM: ARC: put sw_isr_table in ROM by default
We can save a great deal of RAM this way, it only needs to be
in RAM if dynamic interrupts are in use.

At some point this config option broke, probably when static
interrupts were introduced into the system.

To induce build (instead of runtime) errors when irq_connect_dynamic()
is used without putting the table in RAM, the dynamic interrupt
functions are now conditionally compiled.

Change-Id: I4860508746fd375d189390163876c59b6c544c9a
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:21 -05:00
..
arc ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
arm ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
x86 x86: remove option to force IDT in RAM 2016-02-05 20:25:21 -05:00
cpu.h kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00