From: Rusty Russell Date: Fri, 26 Dec 2008 11:53:38 +0000 (+1030) Subject: cpumask: x86: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask X-Git-Tag: v2.6.29-rc1~521^2~11^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=393d68fb9929817cde7ab31c82d66fcb28ad35fc;p=pandora-kernel.git cpumask: x86: 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 makes __pcibus_to_node take a const pointer. Signed-off-by: Rusty Russell Acked-by: Ingo Molnar --- Reading git-diff-tree failed