]> git.karo-electronics.de Git - linux-beck.git/commit
x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 18:50:48 +0000 (11:50 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:38:18 +0000 (10:38 -0700)
commit3d2a366190778f30a2f10b5edaf32bcb236840fd
treed60c3bd795cc5e4a39b9f58d0de2c56a38ddd639
parent8d7d818676d3851b3ec0c94644e760d0bfac2608
x86/PCI: Use pcibios_scan_root() instead of pci_scan_bus_on_node()

pcibios_scan_root() looks up the bus's NUMA node, then calls
pci_scan_bus_on_node().  This uses pcibios_scan_root() directly and drops
the node lookup in the callers.

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