mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
[PATCH] powerpc: correct the NR_CPUS description text
Update the help text to match the allowed range. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
cc8b5c96a7
commit
e8a167accb
@ -227,7 +227,7 @@ config SMP
|
|||||||
If you don't know what to do here, say N.
|
If you don't know what to do here, say N.
|
||||||
|
|
||||||
config NR_CPUS
|
config NR_CPUS
|
||||||
int "Maximum number of CPUs (2-32)"
|
int "Maximum number of CPUs (2-128)"
|
||||||
range 2 128
|
range 2 128
|
||||||
depends on SMP
|
depends on SMP
|
||||||
default "32" if PPC64
|
default "32" if PPC64
|
||||||
|
Loading…
Reference in New Issue
Block a user