commit | 55ed83a615730c2578da155bc99b68f4417ffe20 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Mon Jul 22 14:37:16 2013 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Jul 25 12:35:03 2013 -0600 |
tree | d055dc5e4298e45eede69f51ce7ac14da2267bcd | |
parent | 967260cdb13f9c0de3cf56e305b34eb363e41d5b [diff] |
PCI: Assign resources on a per-bus basis Previously, we did resource assignment globally. This patch splits up pci_assign_unassigned_resources() so assignment is done for each root bus in turn. We check each root bus individually to see whether it needs any reassignment, and if it does, we assign resources for just that bus. [bhelgaas: changelog] Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>