commit | 3611553ef985ef7c5863c8a94641738addd04cff | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Jul 05 17:08:09 2007 +0200 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Jan 25 08:31:39 2008 +0100 |
tree | 5eca5f85e16514ee8c0c2122d74693073067c9a9 | |
parent | 49914084e797530d9baaf51df9eda77babc98fa8 [diff] |
[AVR32] Drop GFP_COMP for DMA memory allocations 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>