arch/x86: (Intel64) add z_arch_curr_cpu() to enable CONFIG_SMP=y

And set qemu_x86_long board to build with CONFIG_SMP=y by default.
Apparently two benchmark tests - latency_measure and sys_kernel -
do not work with the SMP scheduler, so those tests are disabled.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-09-24 11:09:55 -04:00 committed by Anas Nashif
commit 8d97750eef
5 changed files with 18 additions and 0 deletions

View file

@ -14,3 +14,4 @@ CONFIG_UART_CONSOLE=y
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_DEBUG_INFO=y
CONFIG_SMP=y