zephyr/arch/x86
Daniel Leung d34351d994 kernel: align thread stack size declaration
When thread stack is defined as an array, K_THREAD_STACK_LEN()
is used to calculate the size for each stack in the array.
However, standalone thread stack has its size calculated by
Z_THREAD_STACK_SIZE_ADJUST() instead. Depending on the arch
alignment requirement, they may not be the same... which
could cause some confusions. So align them both to use
K_THREAD_STACK_LEN().

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-03-27 19:27:10 -04:00
..
core kernel: align thread stack size declaration 2024-03-27 19:27:10 -04:00
include arch: x86: z_x86_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
zefi
CMakeLists.txt
Kconfig x86: use CONFIG_PRIVILEGED_STACK_SIZE for stack size 2024-03-08 09:37:36 +01:00
gen_gdt.py
gen_idt.py
gen_mmu.py
ia32.cmake
intel64.cmake
timing.c