Skip to content

Commit c9cc454

Browse files
committed
parisc: Default to 8 CPUs for 64-bit kernel
I've now seen a 6-way SMP rp4440 machine, so increase minimum number of CPUs to 8 for 64-bit kernels. Signed-off-by: Helge Deller <deller@gmx.de>
1 parent c4551d1 commit c9cc454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/parisc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ config NR_CPUS
336336
int "Maximum number of CPUs (2-32)"
337337
range 2 32
338338
depends on SMP
339-
default "4" if 64BIT
339+
default "8" if 64BIT
340340
default "16"
341341

342342
config KEXEC

0 commit comments

Comments
 (0)