MFC 270222:
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. Approved by: re (gjb)
This commit is contained in:
parent
7d1fd313b1
commit
2c7959e7bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user