zephyr/arch/x86/include
Andrew Boie 3d3d6a85df x86: remove hacks to include functions
None of this is currently necessary, the spurious interrupt
stubs and exception entry code is included in the binary just
fine. To make matters worse, some data referenced lives in the
.intList section which is completely stripped out of the binary.

If in the future we find certain essential functions are being
garbage collected when they should not be, the proper way to
mitigate this is with KEEP() directives in the linker script.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-13 14:07:09 -04:00
..
debug debug: rename variable CONFIG_GDB_RAM_SIZE 2017-04-11 03:14:24 +00:00
asm_inline.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
asm_inline_gcc.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
cache_private.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
exception.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
kernel_arch_data.h kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
kernel_arch_func.h x86: remove hacks to include functions 2017-05-13 14:07:09 -04:00
kernel_arch_thread.h kernel: expose struct k_thread implementation 2017-04-26 16:29:06 +00:00
kernel_event_logger_arch.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
mmustructs.h x86: define MMU data structures 2017-04-27 17:46:54 +00:00
offsets_short_arch.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
swapstk.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00