commit | 9b03088f955552299f50a1f660372698b07ab339 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sat Jan 21 02:08:23 2012 -0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Feb 14 08:44:53 2012 -0800 |
tree | 4cc4a7d8059186eca4b20a9733f3c0954ff09d96 | |
parent | 2f320521a0d2d11fb857be09d05e2fbbf3ef8c13 [diff] |
PCI: Make pci_rescan_bus handle add_list This allows us to allocate resources to hotplug bridges during remove/rescan. We need to move the function to setup-bus.c so it can use __pci_bus_size_bridges and __pci_bus_assign_resources directly to take the add_list resource tracking list. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>