Skip to content

Commit

Permalink
parisc: Default to 16 CPUs on 32-bit kernel
Browse files Browse the repository at this point in the history
Qemu currently supports up to 16 CPUs, so increase the default from 4 to 16.
Bload-o-meter shows only an increase of 800 bytes with this change.

Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Helge Deller committed Jan 11, 2022
1 parent 16f035d commit 68d247a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/parisc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ config NR_CPUS
int "Maximum number of CPUs (2-32)"
range 2 32
depends on SMP
default "4"
default "4" if 64BIT
default "16"

config KEXEC
bool "Kexec system call"
Expand Down

0 comments on commit 68d247a

Please sign in to comment.