Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321442
b: refs/heads/master
c: eb51637
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Joerg Roedel committed Aug 3, 2012
1 parent a72dd72 commit a8e92d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1d076f16376066d0a51aa7d465f43059da71562
refs/heads/master: eb51637b6ec73ff5f8eaca57658a9945aa7bd45f
6 changes: 3 additions & 3 deletions trunk/drivers/iommu/exynos-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,9 +732,9 @@ 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->geometry.aperture_start = 0;
domain->geometry.aperture_end = ~0UL;
domain->geometry.force_aperture = true;

domain->priv = priv;
return 0;
Expand Down

0 comments on commit a8e92d6

Please sign in to comment.