Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316596
b: refs/heads/master
c: 8a0e715
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Jul 11, 2012
1 parent ebb4467 commit 6c43abd
Show file tree
Hide file tree
Showing 2 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: 0ff64f80e075ae036a4c80c7d7752b1e07fed792
refs/heads/master: 8a0e715b73c4a54d6ef294ce314dab22c6b62a10
4 changes: 4 additions & 0 deletions trunk/drivers/iommu/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3932,6 +3932,10 @@ static int intel_iommu_domain_init(struct iommu_domain *domain)
domain_update_iommu_cap(dmar_domain);
domain->priv = dmar_domain;

domain->geometry.aperture_start = 0;
domain->geometry.aperture_end = __DOMAIN_MAX_ADDR(dmar_domain->gaw);
domain->geometry.force_aperture = true;

return 0;
}

Expand Down

0 comments on commit 6c43abd

Please sign in to comment.