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>
5 lines
143 B
YAML
5 lines
143 B
YAML
tests:
|
|
kernel.multiprocessing.spinlock:
|
|
tags: smp spinlock
|
|
filter: CONFIG_SMP and CONFIG_MP_NUM_CPUS > 1 and CONFIG_MP_NUM_CPUS <= 4
|