Files
zephyr/kernel
Kumar Gala 2530ba5750 arch: smp: Allow for number of cpus to be determined at runtime
Introduce a Kconfig (MP_MAX_NUM_CPUS) and an api arch_num_cpus() to
allow for systems that might determine the number of CPUs available to
Zephyr at runtime.

CONFIG_MP_MAX_NUM_CPUS is intented to be use for any array initialization
and such that need to occur at build time.  For most systems
arch_num_cpus() will just report the value of CONFIG_MP_MAX_NUM_CPUS.

The intent is to phase out CONFIG_NP_NUM_CPUS.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2022-10-13 16:02:19 +09:00
..
2022-03-18 13:24:08 -04:00
2022-08-24 17:49:20 +00:00
2022-08-24 17:49:20 +00:00
2022-10-11 12:16:38 -04:00
2022-05-09 09:26:20 +02:00
2022-08-04 05:32:11 -04:00
2022-08-31 16:04:01 -04:00