commit | cbe31f02f5b5536f17dd978118e25052af528071 | [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 | 87f383c8b45372fe311b5dda867953099efd8646 | |
parent | b29179c3d32021d79c11ece7199a1da41d31b1b7 [diff] |
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 <rusty@rustcorp.com.au> Cc: Ralph Campbell <infinipath@qlogic.com>