Skip to content

Commit

Permalink
Revert "cpumask: introduce new APIs"
Browse files Browse the repository at this point in the history
This reverts commit acb7669.

the wrappers are not needed anymore.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jul 6, 2008
1 parent 68083e0 commit 9982fbf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9982fbf

Please sign in to comment.