Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112599
b: refs/heads/master
c: ee893c2
h: refs/heads/master
i:
  112597: 0ec9d2d
  112595: 39ba809
  112591: dc1742f
v: v3
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Sep 19, 2008
1 parent e4b4d18 commit ee636db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 335503e57b6b8de04cec5d27eb2c3d09ff98905b
refs/heads/master: ee893c24edb8ebab9a3fb66566855572579ad616
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-x86/amd_iommu_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ struct amd_iommu {
/* capabilities of that IOMMU read from ACPI */
u32 cap;

/* pci domain of this IOMMU */
u16 pci_seg;

/* first device this IOMMU handles. read from PCI */
u16 first_device;
/* last device this IOMMU handles. read from PCI */
Expand Down

0 comments on commit ee636db

Please sign in to comment.