diff options
author | Olaf Hering <olh@suse.de> | 2005-12-01 15:10:10 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-12-01 22:51:35 -0500 |
commit | e8a167accb47de528d2ffddc0f13f8e84eaa71de (patch) | |
tree | 43d1e4bc078910584ce94b5e2bf542586974282a /arch | |
parent | cc8b5c96a7ac7d695c2887427b1003bd33ec9c97 (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index bb2efdd566a9..db93dbc0e21a 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -227,7 +227,7 @@ config SMP | |||
227 | If you don't know what to do here, say N. | 227 | If you don't know what to do here, say N. |
228 | 228 | ||
229 | config NR_CPUS | 229 | config NR_CPUS |
230 | int "Maximum number of CPUs (2-32)" | 230 | int "Maximum number of CPUs (2-128)" |
231 | range 2 128 | 231 | range 2 128 |
232 | depends on SMP | 232 | depends on SMP |
233 | default "32" if PPC64 | 233 | default "32" if PPC64 |