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 /drivers/iommu | |
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 'drivers/iommu')
-rw-r--r-- | drivers/iommu/dmar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/dmar.c b/drivers/iommu/dmar.c index 7ea086f61073..56e1c79dc77f 100644 --- a/drivers/iommu/dmar.c +++ b/drivers/iommu/dmar.c | |||
@@ -952,6 +952,7 @@ static int alloc_iommu(struct dmar_drhd_unit *drhd) | |||
952 | } | 952 | } |
953 | iommu->agaw = agaw; | 953 | iommu->agaw = agaw; |
954 | iommu->msagaw = msagaw; | 954 | iommu->msagaw = msagaw; |
955 | iommu->segment = drhd->segment; | ||
955 | 956 | ||
956 | iommu->node = -1; | 957 | iommu->node = -1; |
957 | 958 | ||