diff options
author | Yinghai Lu <yinghai@kernel.org> | 2013-07-22 23:37:13 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2013-07-25 20:35:02 +0200 |
commit | 223d96fc3249b0ffdc30bf77fd90c93f857e9a6e (patch) | |
tree | c3f430aad2fe8d8eb9b603437c5511586f41eb63 /lib/atomic64.c | |
parent | PCI: Drop temporary variable in pci_assign_unassigned_resources() (diff) | |
download | linux-223d96fc3249b0ffdc30bf77fd90c93f857e9a6e.tar.xz linux-223d96fc3249b0ffdc30bf77fd90c93f857e9a6e.zip |
PCI: Look for unassigned resources on per-bus basis
When CONFIG_PCI_REALLOC_ENABLE_AUTO=y, pci_realloc_detect() looks at PCI
devices to see if any have SR-IOV resources that need to be assigned. If
it finds any, it turns on automatic resource reallocation.
This patch changes pci_realloc_detect() so it uses pci_walk_bus() on
each root bus instead of using for_each_pci_dev(). This is a step
toward doing reallocation on a per-bus basis, so we can do it for
a hot-added host bridge.
[bhelgaas: changelog, rename callback to iov_resources_unassigned(), use
boolean for "unassigned"]
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'lib/atomic64.c')
0 files changed, 0 insertions, 0 deletions