commit | b1e9cee7f68620fa2a020e35b5fbe3c4cc780e84 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Fri Jan 24 15:28:42 2014 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Feb 03 10:39:22 2014 -0700 |
tree | cdedb0185b3602f2a8b8a96e00c4ff43619cbec6 | |
parent | 10ee3d7032562d6094d3ee7de84af93fcc0250c7 [diff] |
ia64: Remove acpi_get_pxm() usage The IOMMU, LSAPIC, IOSAPIC, and 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>