aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
diff options
context:
space:
mode:
authorYu Zhao <yu.zhao@intel.com>2009-03-19 23:25:12 -0400
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-03-20 13:48:24 -0400
commit8c5cdb6adc6688b9b8fd82ea4a5cf4674dabad79 (patch)
tree79fbfde0cedf983b87cf6f782c108000d5c5752d /drivers/pci/pci.c
parentd1b054da8f599905f3c18a218961dcf17f9d5f13 (diff)
PCI: restore saved SR-IOV state
Restore the volatile registers in the SR-IOV capability after the D3->D0 transition. Reviewed-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Yu Zhao <yu.zhao@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r--drivers/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 2b3201ec2b05..676bbcbc272b 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -775,6 +775,7 @@ pci_restore_state(struct pci_dev *dev)
775 } 775 }
776 pci_restore_pcix_state(dev); 776 pci_restore_pcix_state(dev);
777 pci_restore_msi_state(dev); 777 pci_restore_msi_state(dev);
778 pci_restore_iov_state(dev);
778 779
779 return 0; 780 return 0;
780} 781}