summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2013-01-17 16:00:36 -0700
committerBjorn Helgaas <bhelgaas@google.com>2013-01-17 16:00:36 -0700
commit708b59bfe1d1727451ca41f5dc4c17cf99dfaf51 (patch)
treeda5fb7826f92f90b58bb5f33ec552b52d3667152 /arch/x86/include/asm
parentb7040469de97d361120836b4140941a08d06f56f (diff)
parent6c0cc950ae670403a362bdcbf3cde0df33744928 (diff)
downloadblackbird-op-linux-708b59bfe1d1727451ca41f5dc4c17cf99dfaf51.tar.gz
blackbird-op-linux-708b59bfe1d1727451ca41f5dc4c17cf99dfaf51.zip
Merge branch 'pci/rafael-set-root-bridge-handle' into next
* pci/rafael-set-root-bridge-handle: ACPI / PCI: Set root bridge ACPI handle in advance
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h
index dba7805176bf..9f437e97e9e8 100644
--- a/arch/x86/include/asm/pci.h
+++ b/arch/x86/include/asm/pci.h
@@ -14,6 +14,9 @@
struct pci_sysdata {
int domain; /* PCI domain */
int node; /* NUMA node */
+#ifdef CONFIG_ACPI
+ void *acpi; /* ACPI-specific data */
+#endif
#ifdef CONFIG_X86_64
void *iommu; /* IOMMU private data */
#endif
OpenPOWER on IntegriCloud