PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally
authorYinghai Lu <yinghai@kernel.org>
Mon, 21 Jan 2013 21:20:44 +0000 (13:20 -0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 25 Jan 2013 20:45:04 +0000 (13:45 -0700)
commit7629d19a4df922e7497e170c1c7b508b5e27f486
treea6acf96b6235ff1fda5664f9e751152e27735e2e
parenta3cb999dcfe48e234927b3a541810c15dd4a890e
PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally

Otherwise irq_desc for PCI bridge with hot-added IOAPIC may not be
allocated on the local node.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pci/probe.c