View | Details | Raw Unified | Return to bug 271213
Collapse All | Expand All

(-)b/sys/sys/_cpuset.h (-1 / +1 lines)
Lines 40-46 Link Here
40
#define	CPU_SETSIZE	MAXCPU
40
#define	CPU_SETSIZE	MAXCPU
41
#endif
41
#endif
42
42
43
#define	CPU_MAXSIZE	256
43
#define	CPU_MAXSIZE	1024
44
44
45
#ifndef	CPU_SETSIZE
45
#ifndef	CPU_SETSIZE
46
#define	CPU_SETSIZE	CPU_MAXSIZE
46
#define	CPU_SETSIZE	CPU_MAXSIZE

Return to bug 271213