Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316600
b: refs/heads/master
c: 3177bb7
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel committed Jul 11, 2012
1 parent 8e20c29 commit 09f1ae8
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: 23349902edec4d3d932bca1bb99261477139a36a
refs/heads/master: 3177bb76a8c510cbc737425a74e777a9aa253065
4 changes: 4 additions & 0 deletions trunk/drivers/iommu/exynos-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,10 @@ static int exynos_iommu_domain_init(struct iommu_domain *domain)
spin_lock_init(&priv->pgtablelock);
INIT_LIST_HEAD(&priv->clients);

dom->geometry.aperture_start = 0;
dom->geometry.aperture_end = ~0UL;
dom->geometry.force_aperture = true;

domain->priv = priv;
return 0;

Expand Down

0 comments on commit 09f1ae8

Please sign in to comment.