mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-25 12:55:22 +00:00
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> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
testcase.yaml |