commit | 81f1adf01224f5c0be5f90f43664f799c1f7bb2d | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 16 14:40:39 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Mar 16 14:40:39 2009 +1030 |
tree | b38dbf1bc7e144a44ec38a6b1787fa870eac367f | |
parent | e9b375120b593d3081c2f63e8ccf350cccc8fd68 [diff] |
cpumask: use mm_cpumask() wrapper: sparc 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>