Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308032
b: refs/heads/master
c: 61f6c7a
h: refs/heads/master
v: v3
  • Loading branch information
Vitaly Andrianov authored and Marek Szyprowski committed May 21, 2012
1 parent 6b04668 commit bdbfac1
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: 58f42fd54144346898e6dc6d6ae3acd4c591b42f
refs/heads/master: 61f6c7a47a2f84b7ba4b65240ffe9247df772b06
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void __init dma_contiguous_remap(void)
* Clear previous low-memory mapping
*/
for (addr = __phys_to_virt(start); addr < __phys_to_virt(end);
addr += PGDIR_SIZE)
addr += PMD_SIZE)
pmd_clear(pmd_off_k(addr));

iotable_init(&map, 1);
Expand Down

0 comments on commit bdbfac1

Please sign in to comment.