diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2020-07-30 16:12:00 +0300 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2020-07-31 04:53:25 +0300 |
commit | 50d23a1c89051957a67ecaa40b5f833dd9b86c4c (patch) | |
tree | 2a273d804eeb967a6b4a5a071ad476cfe2030087 /arch | |
parent | 953131e5b5a5bb1b493fab413be41e4944f3c75d (diff) | |
download | linux-50d23a1c89051957a67ecaa40b5f833dd9b86c4c.tar.xz |
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')
-rw-r--r-- | arch/csky/Kconfig | 2 |
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" |