diff options
| author | Olaf Hering <olh@suse.de> | 2005-12-01 21:10:10 +0100 | 
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2005-12-02 14:51:35 +1100 | 
| commit | e8a167accb47de528d2ffddc0f13f8e84eaa71de (patch) | |
| tree | 43d1e4bc078910584ce94b5e2bf542586974282a /arch/powerpc/Kconfig | |
| parent | cc8b5c96a7ac7d695c2887427b1003bd33ec9c97 (diff) | |
| download | linux-e8a167accb47de528d2ffddc0f13f8e84eaa71de.tar.bz2 | |
[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/powerpc/Kconfig')
| -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  	  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 |