Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184695
b: refs/heads/master
c: 8d33ea5
h: refs/heads/master
i:
  184693: eef60f4
  184691: cf66614
  184687: ec5022a
v: v3
  • Loading branch information
Hiroshi DOYU authored and Tony Lindgren committed Feb 15, 2010
1 parent 07b6410 commit f2cb328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 97ec7d585b33bbcc2be92dafa05b540959b4ea47
refs/heads/master: 8d33ea5881bce56f85de7fcc90e1c5618fa5b62d
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static size_t iopgtable_clear_entry_core(struct iommu *obj, u32 da)
if ((*iopgd & IOPGD_SUPER) == IOPGD_SUPER) {
nent *= 16;
/* rewind to the 1st entry */
iopgd = (u32 *)((u32)iopgd & IOSUPER_MASK);
iopgd = iopgd_offset(obj, (da & IOSUPER_MASK));
}
bytes *= nent;
}
Expand Down

0 comments on commit f2cb328

Please sign in to comment.