zephyr/arch/x86_64/core
Charles E. Youse 37929b3428 arch/x86_64: do not modify CR8 in interrupt path
Currently, the interrupt service code manually raises the CPU task
priority to the priority level of the vector being serviced to defer
any lower-priority interrupts. This is unnecessary; the local APIC
is aware that an interrupt is in-service and accounts for its priority
when deciding whether to issue an overriding interrupt to the CPU.

Signed-off-by: Charles E. Youse <charles@gnuless.org>
2019-09-07 10:06:13 -04:00
..
offsets
CMakeLists.txt cmake: use sdk-ng built toolchain for x86_64 2019-06-27 16:08:32 -04:00
Makefile.xuk
demo-kernel.c
printf.h
qemuinc.c
serial.h
shared-page.h
vgacon.h
x86_64-hw.h docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
x86_64.c kernel: rename NANO_ESF 2019-07-25 15:06:58 -07:00
xuk-config.h
xuk-stub16.c
xuk-stub32.c
xuk-stub32.ld
xuk-stubs.c
xuk.c arch/x86_64: do not modify CR8 in interrupt path 2019-09-07 10:06:13 -04:00
xuk.h docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
xuk64.ld