Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpumask: sh: Introduce cpumask_of_{node,pcibus} to replace {node,pcib…
…us}_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: Rusty Russell <rusty@rustcorp.com.au> Cc: Paul Mundt <lethal@linux-sh.org>
- Loading branch information