Files
zephyr/kernel
Nicolas Pitre 907eea07f2 z_sched_init: don't use arch_num_cpus()
The reason for arch_num_cpus() is to be able to dynamically adapt to
the actual number of available CPUs at run time.

In the z_sched_init() case, it is not the number of active CPUs that
we need but rather the total number of potential CPUs, and that is
represented by CONFIG_MP_MAX_NUM_CPUS not arch_num_cpus().

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2023-04-03 12:36:30 -04:00
..
2022-03-18 13:24:08 -04:00
2022-11-05 16:41:45 +09:00
2023-01-26 10:00:29 +00:00
2022-08-24 17:49:20 +00:00
2022-05-09 09:26:20 +02:00