zephyr/arch/x86
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
..
core x86: fix stack overflow in double fault handler 2017-10-16 10:53:48 -07:00
debug arch: convert to using newly introduced integer sized types 2017-04-21 12:08:12 +00:00
include doc: replace UTF-8 chars 2017-10-03 20:03:57 -04:00
soc dts: x86: qemu_x86: Add device support for uart ns16550 2017-10-06 08:35:42 -04:00
Kbuild
Kconfig x86: implement userspace APIs 2017-09-12 12:46:36 -07:00
Makefile
Makefile.gdt x86: generate RAM-based GDT dynamically 2017-07-25 11:32:36 -04:00
Makefile.idt x86: convert gen_idt to Python 2017-07-25 11:32:36 -04:00
Makefile.mmu gen_mmu.py: load directly 2017-09-21 13:27:25 -04:00
defconfig