Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7479a293 authored by Rusty Russell's avatar Rusty Russell
Browse files

cpumask: sh: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask



Impact: New APIs

The old node_to_cpumask/node_to_pcibus returned a cpumask_t: these
return a pointer to a struct cpumask.  Part of removing cpumasks from
the stack.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Cc: Paul Mundt <lethal@linux-sh.org>
parent 96d76a74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#define parent_node(node)	((void)(node),0)

#define node_to_cpumask(node)	((void)node, cpu_online_map)
#define cpumask_of_node(node)	((void)node, cpu_online_mask)
#define node_to_first_cpu(node)	((void)(node),0)

#define pcibus_to_node(bus)	((void)(bus), -1)