summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/pci_x86.h
diff options
context:
space:
mode:
authorJiang Liu <jiang.liu@huawei.com>2012-06-22 06:55:17 (GMT)
committerBjorn Helgaas <bhelgaas@google.com>2012-06-22 21:17:00 (GMT)
commitc0fa40784cce9cc66b54499a3762cfe07e35353f (patch)
tree4dbb2c3b42a04be757ff44705af56e047aa66862 /arch/x86/include/asm/pci_x86.h
parentf4b57a3b4352f72e461e362cb25917e28bdba80f (diff)
downloadlinux-fsl-qoriq-c0fa40784cce9cc66b54499a3762cfe07e35353f.tar.xz
x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges
This patch enhances x86 arch-specific code to update MMCONFIG information when PCI host bridge hotplug event happens. Reviewed-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Jiang Liu <liuj97@gmail.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/x86/include/asm/pci_x86.h')
-rw-r--r--arch/x86/include/asm/pci_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h
index af5018f..b2652e9 100644
--- a/arch/x86/include/asm/pci_x86.h
+++ b/arch/x86/include/asm/pci_x86.h
@@ -100,6 +100,7 @@ struct pci_raw_ops {
extern const struct pci_raw_ops *raw_pci_ops;
extern const struct pci_raw_ops *raw_pci_ext_ops;
+extern const struct pci_raw_ops pci_mmcfg;
extern const struct pci_raw_ops pci_direct_conf1;
extern bool port_cf9_safe;