zephyr/arch
Andrew Boie 73a5fe77f8 x86: fix stack overflow in double fault handler
At very low optimization levels, the call to
K_THREAD_STACK_BUFFER doesn't get inlined, overflowing the
tiny stack.

Replace with _ARCH_THREAD_STACK_BUFFER() which on x86 is
just a macro.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-16 10:53:48 -07:00
..
arc zephyr: use k_thread_entry_t everywhere 2017-09-11 11:18:22 -07:00
arm drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
common kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
nios2 zephyr: use k_thread_entry_t everywhere 2017-09-11 11:18:22 -07:00
riscv32 arch: riscv32: define soc family in correct Kconfig 2017-10-03 08:43:50 -04:00
x86 x86: fix stack overflow in double fault handler 2017-10-16 10:53:48 -07:00
xtensa esp32: Prefix ROM routines with `esp32_rom_` 2017-10-09 20:53:22 -04:00
Kconfig Kconfig: CONFIG_USERSPACE is experimental 2017-10-13 13:40:21 -07:00
Makefile