* [PATCH] powerpc: correct the NR_CPUS description text
@ 2005-12-01 20:10 Olaf Hering
2005-12-01 20:14 ` Geert Uytterhoeven
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2005-12-01 20:10 UTC (permalink / raw)
To: Paul Mackeras, linuxppc-dev
Update the help text to match the allowed range.
Signed-off-by: Olaf Hering <olh@suse.de>
arch/powerpc/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.15-rc4-olh/arch/powerpc/Kconfig
===================================================================
--- linux-2.6.15-rc4-olh.orig/arch/powerpc/Kconfig
+++ linux-2.6.15-rc4-olh/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
--
short story of a lazy sysadmin:
alias appserv=wotan
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc: correct the NR_CPUS description text
2005-12-01 20:10 [PATCH] powerpc: correct the NR_CPUS description text Olaf Hering
@ 2005-12-01 20:14 ` Geert Uytterhoeven
0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2005-12-01 20:14 UTC (permalink / raw)
To: Olaf Hering, Roman Zippel; +Cc: Linux/PPC Development, Linux Kernel Development
On Thu, 1 Dec 2005, Olaf Hering wrote:
> Update the help text to match the allowed range.
>
> Signed-off-by: Olaf Hering <olh@suse.de>
>
> arch/powerpc/Kconfig | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6.15-rc4-olh/arch/powerpc/Kconfig
> ===================================================================
> --- linux-2.6.15-rc4-olh.orig/arch/powerpc/Kconfig
> +++ linux-2.6.15-rc4-olh/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
Shouldn't kconfig (be enhanced to) add the range to the help text
automatically, to avoid problems like this?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-01 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-01 20:10 [PATCH] powerpc: correct the NR_CPUS description text Olaf Hering
2005-12-01 20:14 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).