zephyr/arch
Andrew Boie a8585ac35c x86: fix early boot pagefault reason code
If we get a page fault in early boot context, before
main thread is started, page faults were being
incorrectly reported as stack overflows.
z_x86_check_stack_bounds() needs to consider the
interrupt stack as the correct stack for this context.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2020-06-18 19:36:17 +02:00
..
arc arc: show all registers on exception 2020-06-09 13:52:56 +02:00
arm arch: arm64: mmu: create macro for TCR_PS_BITS 2020-06-18 12:47:30 +02:00
common zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nios2 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
posix arch: posix: Print warning on sys_reboot 2020-06-09 08:19:50 +02:00
riscv zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
x86 x86: fix early boot pagefault reason code 2020-06-18 19:36:17 +02:00
xtensa zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
Kconfig x86: properly align initial dummy thread 2020-05-13 21:23:52 +02:00