Skip to content

Commit

Permalink
x86: qemu_x86_64: workaround SMP issues in x86
Browse files Browse the repository at this point in the history
We have some races causing random failures with this platform, set cpu
number to one while we investigate and fix the issue.

Related to zephyrproject-rtos#21317

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jan 15, 2020
1 parent d3bdb67 commit e3d5114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/x86/qemu_x86/qemu_x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3d5114

Please sign in to comment.