diff options
author | Olaf Hering <olh@suse.de> | 2005-12-01 20:10:10 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-12-02 03:51:35 (GMT) |
commit | e8a167accb47de528d2ffddc0f13f8e84eaa71de (patch) | |
tree | 43d1e4bc078910584ce94b5e2bf542586974282a | |
parent | cc8b5c96a7ac7d695c2887427b1003bd33ec9c97 (diff) | |
download | linux-fsl-qoriq-e8a167accb47de528d2ffddc0f13f8e84eaa71de.tar.xz |
[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>
-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 bb2efdd..db93dbc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -227,7 +227,7 @@ config SMP If you don't know what to do here, say N. config NR_CPUS - int "Maximum number of CPUs (2-32)" + int "Maximum number of CPUs (2-128)" range 2 128 depends on SMP default "32" if PPC64 |