diff --git a/[refs] b/[refs] index 905190350114..06e56b795732 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 603ded16a308d0a7a17738c973e3c8cbcd5db7dd +refs/heads/master: acb7669c125676e63cf96582455509216c39745e diff --git a/trunk/include/linux/cpumask.h b/trunk/include/linux/cpumask.h index 5df3db58fcc6..c24875bd9c5b 100644 --- a/trunk/include/linux/cpumask.h +++ b/trunk/include/linux/cpumask.h @@ -353,6 +353,10 @@ static inline void __cpus_fold(cpumask_t *dstp, const cpumask_t *origp, for ((cpu) = 0; (cpu) < 1; (cpu)++, (void)mask) #endif /* NR_CPUS */ +#define next_cpu_nr(n, src) next_cpu(n, src) +#define cpus_weight_nr(cpumask) cpus_weight(cpumask) +#define for_each_cpu_mask_nr(cpu, mask) for_each_cpu_mask(cpu, mask) + /* * The following particular system cpumasks and operations manage * possible, present and online cpus. Each of them is a fixed size