CPUSET_DEL
#define CPUSET_DEL(set, cpu) atomic_and_32(&(set), ~CPUSET_SINGLE(cpu))
#define CPUSET_DEL(set, cpu) ((set) &= ~CPUSET_SINGLE(cpu))