mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>