commit | d4761ba2d6adbe24c792ec6223a5884ae4e82430 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 30 15:24:50 2012 +0900 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Mon Nov 05 16:10:16 2012 -0700 |
tree | 8a455923e3d5073b12889ef7fd27fa4a26c06a2e | |
parent | 79c4412298771b8996302806abc8a11e760da9b3 [diff] |
PCI/ACPI: Add _PRT interrupt routing info before enumerating devices We used to add the _PRT after enumerating devices behind a new host bridge. This moves the _PRT addition *before* the enumeration, since it no longer depends on the struct pci_bus existing. This is one step towards consolidating the .add/.start methods. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Signed-off-by: Taku Izumi <izumim.taku@jp.fujitsu.com>