]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/amd_iommu_init.c
AMD IOMMU: save pci segment from ACPI tables
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / amd_iommu_init.c
index 41ce8d5d626ed96e62d5317c08b7d688c08805e1..b50234ef91edd0baebcf5d0e6ef132e8c3316b52 100644 (file)
@@ -676,6 +676,7 @@ static int __init init_iommu_one(struct amd_iommu *iommu, struct ivhd_header *h)
         */
        iommu->devid = h->devid;
        iommu->cap_ptr = h->cap_ptr;
+       iommu->pci_seg = h->pci_seg;
        iommu->mmio_phys = h->mmio_phys;
        iommu->mmio_base = iommu_map_mmio_space(h->mmio_phys);
        if (!iommu->mmio_base)