PCI: handle PCI state saving with interrupts disabled
[deliverable/linux.git] / drivers / pci / probe.c
index eb2b985beb48af52775b002503337f45ca4f7231..5dcf2b65e3f986202f5270b61a94ab4ccef53ec7 100644 (file)
@@ -958,6 +958,9 @@ static void pci_init_capabilities(struct pci_dev *dev)
        /* MSI/MSI-X list */
        pci_msi_init_pci_dev(dev);
 
+       /* Buffers for saving PCIe and PCI-X capabilities */
+       pci_allocate_cap_save_buffers(dev);
+
        /* Power Management */
        pci_pm_init(dev);
 
This page took 0.036608 seconds and 5 git commands to generate.