commit | 80855f7361eb68205e6bc1981928629d9b02d5c9 | [log] [tgz] |
---|---|---|
author | Mike Travis <travis@sgi.com> | Wed Dec 31 18:08:47 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 03 19:15:40 2009 +0100 |
tree | 029e78df08989c8d335b67a8031c784136a57539 | |
parent | 2fdf66b491ac706657946442789ec644cc317e1a [diff] |
cpumask: use alloc_cpumask_var_node where appropriate 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>