commit | cea495fb45d6f933e5938d7e475350bae2defaf2 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@intel.com> | Thu Oct 20 08:41:45 2022 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 27 14:43:55 2022 -0400 |
tree | 8844e6a214d898fee92e80a53f3b726e75dcc8df | |
parent | 8eb0cdfcfb1e8fe881f9d89c6db70407d8b342af [diff] |
tests: arch: common: timing: Convert CONFIG_MP_NUM_CPUS handling Move runtime checks to use arch_num_cpus() and build checks to use CONFIG_MP_MAX_NUM_CPUS. This is to allow runtime determination of the number of CPUs in the future. Signed-off-by: Kumar Gala <kumar.gala@intel.com>