mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 01:32:44 +00:00
If we are not doing any dynamic interrupts or exceptions, we can put the IDT in ROM and save a considerable amount of RAM, up to 2K if the IDT is the default size of 256 entries. The _interrupt_vectors_allocated table can also be put in ROM if we're not using any dynamic interrupts. We introduce a new Kconfig option to force the IDT to be in RAM for situations where no dynamic IRQs are used, but ROM footprint needs to be conserved. Change-Id: I38c9f1a8837b4db9f3dea1caa008374a26cbbf1d Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
x86 | ||
cpu.h |