mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 04:54:52 +00:00
parisc: Default to 16 CPUs on 32-bit kernel
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>
This commit is contained in:
parent
16f035d9e2
commit
68d247ad38
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue