x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 18:54:51 +0000 (11:54 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:38:40 +0000 (10:38 -0700)
commit6616dbdf6d967c704830586d5ead35c9767a8431
treee0b8220ccbd4bf13ff76e5027148fbba06b3e283
parentafcf21c2beca6604dbdc24fed1624c2499a85e7d
x86/PCI: Use x86_pci_root_bus_node() instead of get_mp_bus_to_node()

This replaces all uses of get_mp_bus_to_node() with x86_pci_root_bus_node().

I think these uses are all on root buses, except possibly for blind
probing, where NUMA node information is unimportant.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/x86/pci/acpi.c
arch/x86/pci/common.c