Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316597
b: refs/heads/master
c: 2c6edb0
h: refs/heads/master
i:
  316595: ebb4467
v: v3
  • Loading branch information
Joerg Roedel committed Jul 11, 2012
1 parent 6c43abd commit ccfc2a8
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: 8a0e715b73c4a54d6ef294ce314dab22c6b62a10
refs/heads/master: 2c6edb0cc43688a12571a35728a06e2748d55af3
4 changes: 4 additions & 0 deletions trunk/drivers/iommu/omap-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,10 @@ static int omap_iommu_domain_init(struct iommu_domain *domain)

domain->priv = omap_domain;

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 ccfc2a8

Please sign in to comment.