zephyr/arch
Daniel Leung 43b2e291db x86_64: fix size to init stack at boot
The boot code of x86_64 initializes the stack (if enabled)
with a hard-coded size for the ISR stack. However,
the stack being used does not have to be the ISR stack,
and can be any defined stacks. So pass in the actual size
of the stack so the stack can be initialized properly.

Fixes #21843

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-09-17 21:05:45 -04:00
..
arc benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
arm drivers: usb: Fix usb fail when using the on-chip memory 2020-09-17 16:56:28 -05:00
common benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
nios2 benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
posix
riscv benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
x86 x86_64: fix size to init stack at boot 2020-09-17 21:05:45 -04:00
xtensa benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
CMakeLists.txt
Kconfig