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:
cb78a0c
)
cpumask: switch over to cpu_online/possible/active/present_mask: core
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000
(09:05 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:14 +0000
(09:05 +1030)
Impact: cleanup
This implements the obsolescent cpu_online_map in terms of
cpu_online_mask, rather than the other way around. Same for the other
maps.
The documentation comments are also updated to refer to _mask rather
than _map.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Mike Travis <travis@sgi.com>
No differences found