Re: [PATCH] updated - Automatically enable bigsmp when we have more than 8 CPUs

2005-08-04 Thread Andi Kleen
On Wed, Aug 03, 2005 at 04:01:14PM -0700, Venkatesh Pallipadi wrote: > > Below is the updated patch. Looks good. Only minor nit. > +++ linux-2.6.13-rc3-auto/arch/i386/kernel/setup.c2005-08-03 > 14:33:34.450182216 -0700 > @@ -1593,8 +1594,13 @@ void __init setup_arch(char **cmdline_p) >

Re: [PATCH] updated - Automatically enable bigsmp when we have more than 8 CPUs

2005-08-03 Thread Venkatesh Pallipadi
Below is the updated patch. Changes from previous version: * Make sure there are no side-effects on other i386 subarchs. * Make sure nothing in this patch affects x86_64 * Add additional check for Intel CPUs before switching to bigsmp mode * Add a warning message if more than 8 CPUs are found wit