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

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
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment