fb351a63e8
Move setting soc_num_cpus into its own SYS_INIT function such that we can ensure it happens as one of the first things. We need soc_num_cpus set before soc_mp_init is called but also before interrupt controller init functions might be called. Also, by having it in its own function, it ensures that soc_num_cpus gets set regardless of how CONFIG_MP_MAX_NUM_CPUS is set. Since if CONFIG_MP_MAX_NUM_CPUS=1, we do not call soc_mp_init(). Signed-off-by: Kumar Gala <kumar.gala@intel.com> |
||
---|---|---|
.. | ||
esp32 | ||
esp32_net | ||
esp32s2 | ||
intel_adsp | ||
nxp_adsp | ||
sample_controller | ||
CMakeLists.txt |