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: v3.6-rc1~57^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9da6e9905e639b0f842a244bc770b48ad0523e9;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 --- Reading git-diff-tree failed