From: Marek Szyprowski Date: Wed, 30 May 2012 08:48:29 +0000 (+0200) Subject: ARM: dma-mapping: remove unconditional dependency on CMA X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b673a5a29c04a7442e87c7bb2d20f9a03f724241;p=pandora-kernel.git ARM: dma-mapping: remove unconditional dependency on CMA CMA has been enabled unconditionally on all ARMv6+ systems to solve the long standing issue of double kernel mappings for all dma coherent buffers. This however created a dependency on CONFIG_EXPERIMENTAL for the whole ARM architecture what should be really avoided. This patch removes this dependency and lets one use old, well-tested dma-mapping implementation also on ARMv6+ systems without the need to use EXPERIMENTAL stuff. Reported-by: Russell King Signed-off-by: Marek Szyprowski Conflicts: arch/arm/mm/dma-mapping.c --- Reading git-diff-tree failed