commit | b9d65c04773850ff3a82f69d43981be650e658a1 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 16 14:11:47 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 16 14:11:47 2009 +1030 |
tree | 197a6a02a13b0a51470a85c5fd91160a42a621fa | |
parent | afc6ca01f6da831ff09f4dabdef3b50f114e9e1e [diff] |
cpumask: use mm_cpumask() wrapper: cris Makes code futureproof against the impending change to mm->cpu_vm_mask. It's also a chance to use the new cpumask_ ops which take a pointer (the older ones are deprecated, but there's no hurry for arch code). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>