zephyr/tests/kernel/spinlock
Watson Zeng f71cd2aaf5 spinlock: validate: fix the dependency with MP_NUM_CPUS
the implementation of spinlock validation uses two LSB bits in the
bottom of a pointer union to store a CPU index, which only has space
for 4 CPUS. the MP_NUM_CPUS should be <= 4.

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2021-01-26 08:43:45 -05:00
..
src tests: spinlock: add some error test cases 2020-12-27 18:19:42 +01:00
CMakeLists.txt tests: spinlock: add some error test cases 2020-12-27 18:19:42 +01:00
prj.conf tests: spinlock: add some error test cases 2020-12-27 18:19:42 +01:00
testcase.yaml spinlock: validate: fix the dependency with MP_NUM_CPUS 2021-01-26 08:43:45 -05:00