ARM: DMA coherent allocator: align remapped addresses
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 25 Jul 2010 07:57:02 +0000 (08:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 27 Jul 2010 09:43:48 +0000 (10:43 +0100)
commit5bc23d32d86a132b5636a48dca0fa2528ef69ff9
treeb23c8c9ad3693e39e42b2fb389aab037b14ed9a0
parentd746196361c9c635128249bb6cf13e709ae6abe1
ARM: DMA coherent allocator: align remapped addresses

The DMA coherent remap area is used to provide an uncached mapping
of memory for coherency with DMA engines.  Currently, we look for
any free hole which our allocation will fit in with page alignment.

However, this can lead to fragmentation of the area, and allows small
allocations to cross L1 entry boundaries.  This is undesirable as we
want to move towards allocating sections of memory.

Align allocations according to the size, limiting the alignment between
the page and section sizes.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/dma-mapping.c
arch/arm/mm/vmregion.c
arch/arm/mm/vmregion.h
This page took 0.031147 seconds and 5 git commands to generate.