Skip to content

Commit 50d23a1

Browse files
committed
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 <[email protected]> Cc: Arnd Bergmann <[email protected]>
1 parent 953131e commit 50d23a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/csky/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ config NR_CPUS
279279
int "Maximum number of CPUs (2-32)"
280280
range 2 32
281281
depends on SMP
282-
default "2"
282+
default "4"
283283

284284
config HIGHMEM
285285
bool "High Memory Support"

0 commit comments

Comments
 (0)