From: Guo Ren Date: Thu, 30 Jul 2020 13:12:00 +0000 (+0000) Subject: csky: Set CONFIG_NR_CPU 4 as default X-Git-Tag: v5.9-rc1~130^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50d23a1c89051957a67ecaa40b5f833dd9b86c4c;p=thirdparty%2Fkernel%2Flinux.git csky: Set CONFIG_NR_CPU 4 as default The C860 processors support 4 cores smp for maximum, so set NR_CPU to 4 as default Signed-off-by: Guo Ren Cc: Arnd Bergmann --- diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index fd92d7348f322..ad98b933055e8 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -279,7 +279,7 @@ config NR_CPUS int "Maximum number of CPUs (2-32)" range 2 32 depends on SMP - default "2" + default "4" config HIGHMEM bool "High Memory Support"