Commit 50d23a1c authored by Guo Ren's avatar Guo Ren
Browse files

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: default avatarGuo Ren <guoren@linux.alibaba.com>
Cc: Arnd Bergmann <arnd@arndb.de>
parent 953131e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"