ACPI: NUMA: map pxms to low node ids
authorDavid Rientjes <rientjes@google.com>
Thu, 25 Mar 2010 23:33:04 +0000 (16:33 -0700)
committerLen Brown <len.brown@intel.com>
Sun, 4 Apr 2010 04:50:01 +0000 (00:50 -0400)
pxms are mapped to low node ids to maintain generic kernel use of
functions such as pxm_to_node() that are used to determine device
affinity.  Otherwise, there is no pxm-to-node and node-to-pxm matching
rule for x86_64 users of NUMA emulation where a single pxm may be bound
to multiple NUMA nodes.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found