commit | b4a2f916a8326065816a0743dd1b0ca2ffd18f5f | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Dec 26 22:23:40 2008 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Dec 26 22:23:40 2008 +1030 |
tree | dc6bb658547173d0c3b8b47257c828f7141fe6f9 | |
parent | fbb776c3ca4501d5a2821bf1e9bceefcaec7ae47 [diff] |
cpumask: Mips: 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: Rusty Russell <rusty@rustcorp.com.au> Cc: Ralf Baechle <ralf@linux-mips.org>