zephyr/doc/kernel
Flavio Ceolin 15aa3acaf6 kconfig: Remove MP_NUM_CPUS usage
Zephyr's code base uses MP_MAX_NUM_CPUS to
know how many cores exists in the target. It is
also expected that both symbols MP_MAX_NUM_CPUS
and MP_NUM_CPUS have the same value, so lets
just use MP_MAX_NUM_CPUS and simplify it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-03 17:45:53 +01:00
..
data_structures doc: Fix kernel data structures typos 2022-10-10 21:01:51 -04:00
drivers fix: doc: in kernel/drivers interrupts function had mismatching types 2023-02-22 16:58:29 -05:00
iterable_sections
memory_management kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
object_cores doc: Add object core documentation 2023-09-30 08:04:14 +03:00
services kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00
timing_functions
usermode include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
util
code-relocation.rst include: arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
index.rst doc: Add object core documentation 2023-09-30 08:04:14 +03:00
timeutil.rst