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:
71ee73e
)
cpumask: convert node_to_cpumask_map[] to cpumask_var_t
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:53 +0000
(14:49 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 13 Mar 2009 04:19:53 +0000
(14:49 +1030)
Impact: reduce kernel memory usage when CONFIG_CPUMASK_OFFSTACK=y
Straightforward conversion: done for 32 and 64 bit kernels.
node_to_cpumask_map is now a cpumask_var_t array.
64-bit used to be a dynamic cpumask_t array, and 32-bit used to be a
static cpumask_t array.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found