mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Fixes #46324 Set dummy_thread->base.slice_ticks to 0 when CONFIG_TIMESLICE_PER_THREAD is set. To avoid _current_cpu->slice_ticks be a big number. Signed-off-by: Hu Zhenyu <zhenyu.hu@intel.com>