From: Mike Travis Date: Thu, 1 Jan 2009 02:08:47 +0000 (-0800) Subject: cpumask: use alloc_cpumask_var_node where appropriate X-Git-Tag: v2.6.29-rc1~521^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80855f7361eb68205e6bc1981928629d9b02d5c9;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed