zephyr/arch/x86
Peter Mitsis 5705d06874 x86: Properly initialize _interrupt_vectors_allocated[] bitmap
Updates the 'gen_idt' tool to generate a bitmap of (statically) allocated
interrupt vectors that is linked into the final image in a manner similar to
the static IDT. The kernel then uses this bitmap when dynamically connecting
an interrupt vector, thereby preventing the dynamic irq connections
from clobbering the static irq connections.

Change-Id: I0a8f488408dad4912736865179f32f63ff1ca98f
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:28 -05:00
..
configs remove nano/micro defconfigs, use 1 file only 2016-02-05 20:24:28 -05:00
core x86: Properly initialize _interrupt_vectors_allocated[] bitmap 2016-02-05 20:24:28 -05:00
include x86: Properly initialize _interrupt_vectors_allocated[] bitmap 2016-02-05 20:24:28 -05:00
platforms galileo: Kconfig: Add pre-configured settings for Galileo's ADC chip 2016-02-05 20:24:28 -05:00
Kbuild galileo: add as a standalone platform 2016-02-05 20:24:18 -05:00
Kconfig x86: kconfig: rename "General Platform Configuration" menu 2016-02-05 20:24:20 -05:00
Makefile move cflags setting to arch/<arch>/Makefile 2016-02-05 20:24:28 -05:00
defconfig remove nano/micro defconfigs, use 1 file only 2016-02-05 20:24:28 -05:00