a1195ae39b
Change for loops of the form: for (i = 0; i < CONFIG_MP_NUM_CPUS; i++) ... to unsigned int num_cpus = arch_num_cpus(); for (i = 0; i < num_cpus; i++) ... We do the call outside of the for loop so that it only happens once, rather than on every iteration. Signed-off-by: Kumar Gala <kumar.gala@intel.com> |
||
---|---|---|
.. | ||
c_lib | ||
cbprintf_fp | ||
cbprintf_package | ||
cmsis_dsp | ||
cmsis_nn | ||
devicetree | ||
fdtable | ||
gui/lvgl | ||
heap | ||
heap_align | ||
json | ||
mem_alloc | ||
mem_blocks | ||
mem_blocks_stats | ||
mpsc_pbuf | ||
newlib | ||
notify | ||
onoff | ||
p4workq | ||
ringbuffer | ||
smf | ||
sprintf | ||
spsc_pbuf | ||
sys_util | ||
time | ||
uoscore |