summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds2010-01-08 22:55:39 +0100
committerLinus Torvalds2010-01-08 22:55:39 +0100
commit00cd25b29ba946b7d0907157577ab5cf421bd50e (patch)
tree57d76cf7a495ea8f1ac662e12442bf6164ea3024 /include
parentMerge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 (diff)
parentPCIe AER: prevent AER injection if hardware masks error reporting (diff)
downloadkernel-qcow2-linux-00cd25b29ba946b7d0907157577ab5cf421bd50e.tar.gz
kernel-qcow2-linux-00cd25b29ba946b7d0907157577ab5cf421bd50e.tar.xz
kernel-qcow2-linux-00cd25b29ba946b7d0907157577ab5cf421bd50e.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6: PCIe AER: prevent AER injection if hardware masks error reporting PCI/PM: Use per-device D3 delays PCI: Check the node argument passed to cpumask_of_node PCI: AER: fix aer inject result in kernel oops PCI: pcie portdrv: style cleanup
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 5da0690d9cee..174e5392e51e 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -243,6 +243,7 @@ struct pci_dev {
unsigned int d2_support:1; /* Low power state D2 is supported */
unsigned int no_d1d2:1; /* Only allow D0 and D3 */
unsigned int wakeup_prepared:1;
+ unsigned int d3_delay; /* D3->D0 transition time in ms */
#ifdef CONFIG_PCIEASPM
struct pcie_link_state *link_state; /* ASPM link state. */