From: Rusty Russell Date: Mon, 29 Dec 2008 22:35:18 +0000 (+1030) Subject: cpumask: use new cpumask API in drivers/infiniband/hw/ipath X-Git-Tag: v2.6.29-rc1~521^2~11^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbe31f02f5b5536f17dd978118e25052af528071;p=pandora-kernel.git cpumask: use new cpumask API in drivers/infiniband/hw/ipath Impact: cleanup We're moving from handing around cpumask_t's to handing around struct cpumask *'s. cpus_*, cpumask_t and cpu_*_map are deprecated: convert to cpumask_*, cpu_*_mask. Signed-off-by: Rusty Russell Cc: Ralph Campbell --- Reading git-diff-tree failed