From: Rusty Russell Date: Mon, 29 Dec 2008 22:35:18 +0000 (+1030) Subject: cpumask: use new cpumask API in drivers/infiniband/hw/ehca X-Git-Tag: v2.6.29-rc1~521^2~11^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b29179c3d32021d79c11ece7199a1da41d31b1b7;p=pandora-kernel.git cpumask: use new cpumask API in drivers/infiniband/hw/ehca 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 Acked-by: Hoang-Nam Nguyen Tested-by: Hoang-Nam Nguyen Cc: Christoph Raisch --- Reading git-diff-tree failed