git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4991408
)
[AVR32] Drop GFP_COMP for DMA memory allocations
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Thu, 5 Jul 2007 15:08:09 +0000
(17:08 +0200)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Fri, 25 Jan 2008 07:31:39 +0000
(08:31 +0100)
dma_alloc_coherent wants to split pages after allocation in order to
reduce the memory footprint. This does not work well with GFP_COMP
pages, so drop this flag before allocation.
This patch was forward-ported from BSP 2.0
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
No differences found