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> |
||
---|---|---|
.. | ||
altera_max10 | ||
espressif_esp32/cache_coex | ||
frdm_k64f/i2c | ||
intel_adsp | ||
mec15xxevb_assy6853 | ||
mec172xevb_assy6906/i2c_api | ||
native_posix |