diff --git a/[refs] b/[refs] index 8dc11c83c531..5c74e099d24d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68083e05d72d94f347293d8cc0067050ba904bfa +refs/heads/master: 9982fbface82893e77d211fbabfbd229da6bdde6 diff --git a/trunk/include/linux/cpumask.h b/trunk/include/linux/cpumask.h index 47418b1b4103..80226e776143 100644 --- a/trunk/include/linux/cpumask.h +++ b/trunk/include/linux/cpumask.h @@ -394,10 +394,6 @@ int __next_cpu_nr(int n, const cpumask_t *srcp); #endif /* NR_CPUS > 64 */ -#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