From: Marek Szyprowski Date: Mon, 30 Jul 2012 07:11:33 +0000 (+0200) Subject: ARM: dma-mapping: remove custom consistent dma region X-Git-Tag: sz_161~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d7b3eaf94e06f0439a45785dbfd8018d62864ca;p=pandora-kernel.git ARM: dma-mapping: remove custom consistent dma region This patch changes dma-mapping subsystem to use generic vmalloc areas for all consistent dma allocations. This increases the total size limit of the consistent allocations and removes platform hacks and a lot of duplicated code. Atomic allocations are served from special pool preallocated on boot, because vmalloc areas cannot be reliably created in atomic context. Signed-off-by: Marek Szyprowski Reviewed-by: Kyungmin Park Reviewed-by: Minchan Kim Conflicts: arch/arm/mm/dma-mapping.c --- Reading git-diff-tree failed