x86: kernel: set NR_CPUS to 512
authorEdgar Su <sjs333@outlook.com>
Mon, 12 Jul 2021 13:22:48 +0000 (21:22 +0800)
committerPaul Spooren <mail@aparcar.org>
Sun, 18 Jul 2021 13:04:53 +0000 (03:04 -1000)
NR_CPUS limits the number of CPUs supported to 8. This makes total sense
on hardware-restircted platforms, but not on x86_64, where CPUs with
more than 8 cores can be easily acquired and with less physical limitaions.

see also: https://forum.openwrt.org/t/x86-64-8-cpu-limitation-on-vanilla-release/100946

Signed-off-by: Edgar Su <sjs333@outlook.com>
target/linux/x86/64/config-5.10
target/linux/x86/64/config-5.4

index 2db2f4998ba44331caff28fb33258960bad51159..6804d8351913e9f7af77df5d775d594610733384 100644 (file)
@@ -301,8 +301,8 @@ CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NET_FAILOVER=y
 CONFIG_NET_FLOW_LIMIT=y
 # CONFIG_NITRO_ENCLAVES is not set
-CONFIG_NR_CPUS=8
-CONFIG_NR_CPUS_DEFAULT=64
+CONFIG_NR_CPUS=512
+CONFIG_NR_CPUS_DEFAULT=512
 CONFIG_NR_CPUS_RANGE_BEGIN=2
 CONFIG_NR_CPUS_RANGE_END=512
 CONFIG_NVME_CORE=y
index b97b9f64c1cf48a0389428ea54a36eee1f335e9d..50521a5148bb2c0eb3378747a031bd502aca1cf8 100644 (file)
@@ -312,8 +312,8 @@ CONFIG_ND_CLAIM=y
 CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_NET_FAILOVER=y
 CONFIG_NET_FLOW_LIMIT=y
-CONFIG_NR_CPUS=8
-CONFIG_NR_CPUS_DEFAULT=64
+CONFIG_NR_CPUS=512
+CONFIG_NR_CPUS_DEFAULT=512
 CONFIG_NR_CPUS_RANGE_BEGIN=2
 CONFIG_NR_CPUS_RANGE_END=512
 # CONFIG_NUMA is not set