Skip to content
Snippets Groups Projects
Commit 9982fbfa authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Revert "cpumask: introduce new APIs"


This reverts commit acb7669c.

the wrappers are not needed anymore.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 68083e05
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment