diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2014-03-09 16:49:45 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2014-03-24 10:07:31 -0400 |
commit | 67ccac41fafda88492620f4c0a30d4ccb2eb7767 (patch) | |
tree | bdbb02b330c8977c49854792ee7d0d323a02e493 /include/linux/intel-iommu.h | |
parent | 7c7faa11ecf3eec17699ae73fc6e336cbf993081 (diff) |
iommu/vt-d: Store PCI segment number in struct intel_iommu
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/intel-iommu.h')
-rw-r--r-- | include/linux/intel-iommu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/intel-iommu.h b/include/linux/intel-iommu.h index 2c4bed593b32..0a2da5188217 100644 --- a/include/linux/intel-iommu.h +++ b/include/linux/intel-iommu.h | |||
@@ -319,6 +319,7 @@ struct intel_iommu { | |||
319 | int agaw; /* agaw of this iommu */ | 319 | int agaw; /* agaw of this iommu */ |
320 | int msagaw; /* max sagaw of this iommu */ | 320 | int msagaw; /* max sagaw of this iommu */ |
321 | unsigned int irq; | 321 | unsigned int irq; |
322 | u16 segment; /* PCI segment# */ | ||
322 | unsigned char name[13]; /* Device Name */ | 323 | unsigned char name[13]; /* Device Name */ |
323 | 324 | ||
324 | #ifdef CONFIG_INTEL_IOMMU | 325 | #ifdef CONFIG_INTEL_IOMMU |