VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Guo Ren <guoren@linux.alibaba.com> 2020-07-30 13:12:00 +0000 committer: Guo Ren <guoren@linux.alibaba.com> 2020-07-31 01:53:25 +0000 commit: 50d23a1c89051957a67ecaa40b5f833dd9b86c4c parent: 953131e5b5a5bb1b493fab413be41e4944f3c75d
Commit Summary:
csky: Set CONFIG_NR_CPU 4 as default
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index fd92d7348f32..ad98b933055e 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"