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:
2fdf66b
)
cpumask: use alloc_cpumask_var_node where appropriate
author
Mike Travis
<travis@sgi.com>
Thu, 1 Jan 2009 02:08:47 +0000
(18:08 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 3 Jan 2009 18:15:40 +0000
(19:15 +0100)
Impact: Reduce inter-node memory traffic.
Reduces inter-node memory traffic (offloading the global system bus)
by allocating referenced struct cpumasks on the same node as the
referring struct.
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found