commit | ab6ffce35b2cd1f558fce954d38a7ee7ffa9c415 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jan 24 14:40:46 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Feb 03 10:39:03 2014 -0700 |
tree | a3c90948fd0a1b12cd9b20cfc47be640ddec7f10 | |
parent | 8a3d01c740ab5ce141af8ddeef23cecaa51d2710 [diff] |
x86/PCI: Remove acpi_get_pxm() usage The PCI host bridge code doesn't care about _PXM values directly; it only needs to know what NUMA node the hardware is on. This uses acpi_get_node() directly and removes the _PXM stuff. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>