commit | b29179c3d32021d79c11ece7199a1da41d31b1b7 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:05:18 2008 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:05:18 2008 +1030 |
tree | d86d238d7298092b7cd2886dc0a3d8b01cf9af72 | |
parent | 259c4ddd00237e5072921afa15a900839643fd98 [diff] |
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 <rusty@rustcorp.com.au> Acked-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com> Tested-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com> Cc: Christoph Raisch <raisch@de.ibm.com>