commit | 64300a7ec3ec490110c692e0d05eb753e05aafbf | [log] [tgz] |
---|---|---|
author | Charles E. Youse <charles.youse@intel.com> | Tue Sep 24 13:29:41 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Oct 07 19:46:55 2019 -0400 |
tree | 24d2e13543b86202ef1cadc3a2124c5d7888c111 | |
parent | b3bcfcde7eeb5eabc298e9d7b4514f00bf723cd7 [diff] |
kernel/Kconfig: clamp number of CPUs to 4 This maximum is implicit in the kernel support for SMP, e.g., kernel/init.c and kernel/smp.c assume CONFIG_MP_NUM_CPUS <= 4. Signed-off-by: Charles E. Youse <charles.youse@intel.com>