commit | 49b92050f6ce436cde7f495bbb27437bcb09e238 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:49 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 24 09:34:50 2009 +0930 |
tree | 6f4ce2326a870f4494fa72d6be0fdf42c4c749d5 | |
parent | 56f8ba83a52b9f9e3711eff8e54168ac14aa288f [diff] |
cpumask: use mm_cpumask() wrapper: m32r 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> Acked-by: Hirokazu Takata <takata@linux-m32r.org> (fixes)