commit | 4f458ba8de63bd76d33a1dfdd1c4b99374f0d45a | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@intel.com> | Tue Oct 18 11:11:46 2022 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Oct 31 17:09:14 2022 +0100 |
tree | 1712f58432b8f76f3aefd26712b80773a97cef20 | |
parent | 1a5495adea2fe5cba360a6bfa81e29941ac4de04 [diff] |
kernel: Convert away from CONFIG_MP_NUM_CPUS Move runtime code to use arch_num_cpus() instead of CONFIG_MP_NUM_CPUS and use CONFIG_MP_MAX_NUM_CPUS for ifdef and BUILD_ASSERT macros. Signed-off-by: Kumar Gala <kumar.gala@intel.com>