zephyr/arch/x86
Daniel Leung ad826f3d69 x86: x86_64 can only support max 4 CPUs
With all the stacks and TSS (etc), the x86_64 arch code can only
support maximum of 4 CPUs at the moment. So add a build assert
if more CPUs are specified via CONFIG_MP_MAX_NUM_CPUS, also
overwrite the range value for CONFIG_MP_MAX_NUM_CPUS.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-06-17 07:28:10 -04:00
..
core x86: x86_64 can only support max 4 CPUs 2023-06-17 07:28:10 -04:00
include
zefi
CMakeLists.txt
Kconfig
gen_gdt.py
gen_idt.py
gen_mmu.py
ia32.cmake
intel64.cmake
timing.c