Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pc…
…ibus}_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: Ralf Baechle <ralf@linux-mips.org>
- Loading branch information