]> git.openfabrics.org - ~emulex/infiniband.git/commit
x86/PCI: add host bridge resource release for _CRS path
authorYinghai Lu <yinghai@kernel.org>
Tue, 3 Apr 2012 01:31:53 +0000 (18:31 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 30 Apr 2012 20:52:43 +0000 (14:52 -0600)
commitfd3b0c1ea482e863d6a2556b6686e35bec7a4f1c
tree645d20726707748daec683723c7fb81477a3beb6
parent9a03d28d9490b5a04f8b1d98fc08067c6f4f6189
x86/PCI: add host bridge resource release for _CRS path

1. Allocate pci_root_info instead of using stack.  We need to pass around
   info for release function.
2. Add release_pci_root_info
3. Set x86 host bridge release function to make sure root bridge
   related resources get freed during root bus removal.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/acpi.c