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:
fcef857
)
cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:50 +0000
(14:49 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:50 +0000
(14:49 +1030)
Impact: reduce per-cpu size for CONFIG_CPUMASK_OFFSTACK=y
In most places it's cleaner to use the accessors cpu_sibling_mask()
and cpu_core_mask() wrappers which already exist.
I couldn't avoid cleaning up the access in oprofile, either.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found