cpumask: sparc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 26 Dec 2008 11:53:38 +0000 (22:23 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 26 Dec 2008 11:53:38 +0000 (22:23 +1030)
commit96d76a74870d5f11ce2abdd09a8dcdc401d714d1
treeefb10f0e18c29d0c177a13c66953bc20ed86dcf1
parent393d68fb9929817cde7ab31c82d66fcb28ad35fc
cpumask: sparc: 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>
Acked-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/topology_64.h
arch/sparc64/kernel/of_device.c
arch/sparc64/kernel/pci_msi.c