From: Rusty Russell Date: Fri, 26 Dec 2008 11:53:40 +0000 (+1030) Subject: cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask X-Git-Tag: v2.6.29-rc1~521^2~11^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a2f916a8326065816a0743dd1b0ca2ffd18f5f;p=pandora-kernel.git 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 Cc: Ralf Baechle --- Reading git-diff-tree failed