x86: qemu_x86_64: workaround SMP issues in x86

We have some races causing random failures with this platform, set cpu
number to one while we investigate and fix the issue.

Related to #21317

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-01-14 20:45:20 -05:00
commit 3f3c72a911

View file

@ -17,3 +17,4 @@ CONFIG_SMP=y
CONFIG_MP_NUM_CPUS=2
CONFIG_X86_MMU=y
CONFIG_X86_VERY_EARLY_CONSOLE=y
CONFIG_MP_NUM_CPUS=1