x86/PCI: Remove acpi_get_pxm() usage
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 21:40:46 +0000 (14:40 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:39:03 +0000 (10:39 -0700)
commitab6ffce35b2cd1f558fce954d38a7ee7ffa9c415
treea3c90948fd0a1b12cd9b20cfc47be640ddec7f10
parent8a3d01c740ab5ce141af8ddeef23cecaa51d2710
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>
arch/x86/pci/acpi.c