On Sun, Nov 16, 2008 at 09:56:57AM +0100, Sam Ravnborg wrote: > --- a/arch/sparc/Kconfig > +++ b/arch/sparc/Kconfig > > config NR_CPUS > - int "Maximum number of CPUs (2-32)" > - range 2 32 > + int "Maximum number of CPUs" > + range 2 32 if SPARC32 > + range 2 1024 if SPARC64 > depends on SMP > - default "32" > + default "2" if SPARC32 > + default "64" if SPARC64 Did you really intend to decrease the sparc32 default to 2 during the merge? Just wondering... -- 2. That which causes joy or happiness. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html