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)
commitdf554e6fcab171ec499d8fb2ed10a0da328323f3
tree69a395f18821e64e99499f57dbda500228b24935
parentc1a3eff3acd854a0eca1b26a48f253a8996abe16
x86: kernel: set NR_CPUS to 512

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