Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316598
b: refs/heads/master
c: 4be6a29
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Jul 11, 2012
1 parent ccfc2a8 commit dbd7b46
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 2c6edb0cc43688a12571a35728a06e2748d55af3
refs/heads/master: 4be6a290b87af9136b482d5c22574f070ffdbdb8
5 changes: 5 additions & 0 deletions trunk/drivers/iommu/msm_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ static int msm_iommu_domain_init(struct iommu_domain *domain)

memset(priv->pgtable, 0, SZ_16K);
domain->priv = priv;

domain->geometry.aperture_start = 0;
domain->geometry.aperture_end = (1ULL << 32) - 1;
domain->geometry.force_aperture = true;

return 0;

fail_nomem:
Expand Down

0 comments on commit dbd7b46

Please sign in to comment.