Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322564
b: refs/heads/master
c: fb71285
h: refs/heads/master
v: v3
  • Loading branch information
Marek Szyprowski committed Aug 28, 2012
1 parent 2de3936 commit 55d1a18
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: 6e5267aa543817015edb4a65c66e15f9809f92bd
refs/heads/master: fb71285f0c1633a85544784aae7577502274b77a
4 changes: 4 additions & 0 deletions trunk/arch/arm/mm/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ static void *__alloc_from_pool(size_t size, struct page **ret_page)
bitmap_set(pool->bitmap, pageno, count);
ptr = pool->vaddr + PAGE_SIZE * pageno;
*ret_page = pool->page + pageno;
} else {
pr_err_once("ERROR: %u KiB atomic DMA coherent pool is too small!\n"
"Please increase it with coherent_pool= kernel parameter!\n",
(unsigned)pool->size / 1024);
}
spin_unlock_irqrestore(&pool->lock, flags);

Expand Down

0 comments on commit 55d1a18

Please sign in to comment.