aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-06 08:24:08 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-06 08:24:08 -0400
commit9982fbface82893e77d211fbabfbd229da6bdde6 (patch)
treea6ea65ecff0335be6cc426e12bb3f571a762139b /include/linux
parent68083e05d72d94f347293d8cc0067050ba904bfa (diff)
Revert "cpumask: introduce new APIs"
This reverts commit acb7669c125676e63cf96582455509216c39745e. the wrappers are not needed anymore. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cpumask.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
index 47418b1b410..80226e77614 100644
--- a/include/linux/cpumask.h
+++ b/include/linux/cpumask.h
@@ -394,10 +394,6 @@ int __next_cpu_nr(int n, const cpumask_t *srcp);
394 394
395#endif /* NR_CPUS > 64 */ 395#endif /* NR_CPUS > 64 */
396 396
397#define next_cpu_nr(n, src) next_cpu(n, src)
398#define cpus_weight_nr(cpumask) cpus_weight(cpumask)
399#define for_each_cpu_mask_nr(cpu, mask) for_each_cpu_mask(cpu, mask)
400
401/* 397/*
402 * The following particular system cpumasks and operations manage 398 * The following particular system cpumasks and operations manage
403 * possible, present and online cpus. Each of them is a fixed size 399 * possible, present and online cpus. Each of them is a fixed size