commit | 56f8ba83a52b9f9e3711eff8e54168ac14aa288f | [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:49 2009 +0930 |
tree | e030f7f3a191384268d86863ca43237a137e8f51 | |
parent | a6a01063de6298c60f2506dc7659403e02b4b224 [diff] |
cpumask: use mm_cpumask() wrapper: arm 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>