commit | 86c6f274f52c3e991d429869780945c0790e7b65 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Dec 26 22:23:39 2008 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Dec 26 22:23:39 2008 +1030 |
tree | 0538ab2a35a094f093bd1b36c7de4cf60d8a0391 | |
parent | 7479a2939df4957ba794cce814379b6d10914bdc [diff] |
cpumask: powerpc: 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. (Also replaces powerpc internal uses of node_to_cpumask). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>