Bump the default size of cpuset_t masks in userland from 128 bits to 256.

This should not be an ABI change since the various public APIs that use
cpusets all include an explicit size parameter in addition to the cpuset
parameter.

MFC after:	1 week
This commit is contained in:
John Baldwin 2014-08-20 16:05:15 +00:00
parent b40ea294f9
commit b45968a8ea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270222

View File

@ -38,7 +38,7 @@
#define CPU_SETSIZE MAXCPU
#endif
#define CPU_MAXSIZE 128
#define CPU_MAXSIZE 256
#ifndef CPU_SETSIZE
#define CPU_SETSIZE CPU_MAXSIZE