summaryrefslogtreecommitdiff
path: root/arch/csky
diff options
context:
space:
mode:
authorGuo Ren <guoren@linux.alibaba.com>2020-07-30 13:12:00 +0000
committerGuo Ren <guoren@linux.alibaba.com>2020-07-31 01:53:25 +0000
commit50d23a1c89051957a67ecaa40b5f833dd9b86c4c (patch)
tree2a273d804eeb967a6b4a5a071ad476cfe2030087 /arch/csky
parent953131e5b5a5bb1b493fab413be41e4944f3c75d (diff)
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 <guoren@linux.alibaba.com> Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/csky')
-rw-r--r--arch/csky/Kconfig2
1 files changed, 1 insertions, 1 deletions
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"