]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
csky: Set CONFIG_NR_CPU 4 as default
authorGuo Ren <guoren@linux.alibaba.com>
Thu, 30 Jul 2020 13:12:00 +0000 (13:12 +0000)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 31 Jul 2020 01:53:25 +0000 (01:53 +0000)
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>
arch/csky/Kconfig

index fd92d7348f322c9f4ff892c3d338a83a5a69f67e..ad98b933055e8c99d2064cb96c03359098ef09f3 100644 (file)
@@ -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"