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

John Baldwin jhb at freebsd.org
Thu Dec 3 16:57:47 UTC 2015


On Thursday, December 03, 2015 04:24:55 PM Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Thu Dec  3 16:24:55 2015
> New Revision: 291702
> URL: https://svnweb.freebsd.org/changeset/base/291702
> 
> Log:
>   Bump MAXCPU. We already run on hardware with 32 threads and the same hardware
>   is available commercially with up to 96 threads per socket.
>   
>   MFC after:	3 weeks

For powerpc this is probably fine, but the current implementation of the
cpuset APIs results in old binaries not working after you merge a bump to
MAXCPU.  (I should fix the cpuset APIs to be more forgiving but just
haven't gotten to it.)  I had to revert a similar bump from stable/10 for
amd64 because of the breakage.

-- 
John Baldwin


More information about the svn-src-head mailing list