diff options
author | Jiang Liu <jiang.liu@huawei.com> | 2012-06-22 14:55:17 +0800 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2012-06-22 15:17:00 -0600 |
commit | c0fa40784cce9cc66b54499a3762cfe07e35353f (patch) | |
tree | 4dbb2c3b42a04be757ff44705af56e047aa66862 /arch/x86/include/asm/pci_x86.h | |
parent | f4b57a3b4352f72e461e362cb25917e28bdba80f (diff) | |
download | talos-obmc-linux-c0fa40784cce9cc66b54499a3762cfe07e35353f.tar.gz talos-obmc-linux-c0fa40784cce9cc66b54499a3762cfe07e35353f.zip |
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.h | 1 |
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 af5018f3d7c3..b2652e95b3d7 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; |