svn commit: r222434 - head/sys/powerpc/include

Marcel Moolenaar marcel at xcllnt.net
Sun May 29 01:04:06 UTC 2011


On May 28, 2011, at 5:42 PM, Nathan Whitehorn wrote:

> On 05/28/11 19:40, Marcel Moolenaar wrote:
>> Author: marcel
>> Date: Sun May 29 00:40:59 2011
>> New Revision: 222434
>> URL: http://svn.freebsd.org/changeset/base/222434
>> 
>> Log:
>>   The P4080 has 8 cores. Bump MAXCPU to 8 to match.
> 
> Can we just bump this straight to 32, like on other archs? We're very near to supporting many-way POWER6 and POWER7 systems anyway, and a single-socket POWER7 can already have 32 CPUs.

We could, but I'm not sure I should be concerned about the
"scaling" of the various arrays in the kernel due to MAXCPU.
This with an eye on small embedded devices that do 2-way SMP.

I've never liked this constant anyway to be honest. It's either
too big or too small. I don't think it'll ever be right :-)

-- 
Marcel Moolenaar
marcel at xcllnt.net




More information about the svn-src-all mailing list