commit | 55b8cab49dd43d227f0dd49e3524406fdc46d37b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:50 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:51 2009 +0930 |
tree | d12ddec7ae2ee5f0dd2d8dbea84ec834a0f42c53 | |
parent | 7ce1df49e1b1b004ff15fb0af9a02c6b1ff71f70 [diff] |
cpumask: use mm_cpumask() wrapper: mips 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>