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

(-)sys/sys/cpuset.h (+3 lines)
Lines 35-41 Link Here
35
#include <sys/_cpuset.h>
35
#include <sys/_cpuset.h>
36
36
37
#include <sys/bitset.h>
37
#include <sys/bitset.h>
38
39
#ifdef _KERNEL
38
#include <sys/queue.h>
40
#include <sys/queue.h>
41
#endif
39
42
40
#define	_NCPUBITS	_BITSET_BITS
43
#define	_NCPUBITS	_BITSET_BITS
41
#define	_NCPUWORDS	__bitset_words(CPU_SETSIZE)
44
#define	_NCPUWORDS	__bitset_words(CPU_SETSIZE)

Return to bug 210319