The regular version of this test has CONFIG_MP_NUM_CPUS=1, but this was omitted in the userspace version, and I am seeing crashes on an SMP-enabled target that supports user mode. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_EXECUTION_BENCHMARKING=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=256
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_FORCE_NO_ASSERT=y
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_MP_NUM_CPUS=1
|