-
- Downloads
x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table
This changes pci_mmcfg_region from a table to a list, to make it easier to add and remove MMCONFIG regions for PCI host bridge hotplug. Reviewed-by:Yinghai Lu <yinghai@kernel.org> Signed-off-by:
Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by:
Jesse Barnes <jbarnes@virtuousgeek.org>
Showing
- arch/x86/include/asm/pci_x86.h 2 additions, 2 deletionsarch/x86/include/asm/pci_x86.h
- arch/x86/pci/mmconfig-shared.c 41 additions, 65 deletionsarch/x86/pci/mmconfig-shared.c
- arch/x86/pci/mmconfig_32.c 1 addition, 4 deletionsarch/x86/pci/mmconfig_32.c
- arch/x86/pci/mmconfig_64.c 3 additions, 10 deletionsarch/x86/pci/mmconfig_64.c
Loading
Please register or sign in to comment