Skip to content
Commit 80855f73 authored by Mike Travis's avatar Mike Travis Committed by Ingo Molnar
Browse files

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: default avatarMike Travis <travis@sgi.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2fdf66b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment