CPUSET_ADD
#define CPUSET_ADD(set, cpu) atomic_or_32(&(set), CPUSET_SINGLE(cpu))
#define CPUSET_ADD(set, cpu) ((set) |= CPUSET_SINGLE(cpu))