zephyr/tests/kernel/spinlock
Andy Ross 6214f81fed tests/kernel/spinlock: No need to use MP API anymore
This test was written very early.  Spinlocks are required for SMP
implementation.  They couldn't be tested in terms of it, so the test
used the low level MP API instead.  But of course that breaks if SMP
is actually working and the CPU is already started.

No need for that now.  Just spawn a thread like any other, and filter
the test to run only on SMP systems.

Fixes #19319

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-10-06 12:53:28 -04:00
..
src tests/kernel/spinlock: No need to use MP API anymore 2019-10-06 12:53:28 -04:00
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
prj.conf tests/kernel/spinlock: No need to use MP API anymore 2019-10-06 12:53:28 -04:00
testcase.yaml tests/kernel/spinlock: No need to use MP API anymore 2019-10-06 12:53:28 -04:00