git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5ac590
)
cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask
author
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 15 Mar 2009 18:16:43 +0000
(18:16 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 24 Mar 2009 02:47:29 +0000
(13:47 +1100)
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>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found