From: Greg Ungerer Date: Tue, 26 Jun 2012 11:02:54 +0000 (+1000) Subject: m68k: use simpler dma_alloc_coherent() for ColdFire CPUs X-Git-Tag: v3.6-rc1~108^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60f187fecee5d9dceb89773e15f976fe21d893a;p=pandora-kernel.git m68k: use simpler dma_alloc_coherent() for ColdFire CPUs On all ColdFire platforms (whether MMU enabled or not) we want to use the simple page based dma_alloc_coherent. We don't want the virtual mapping version that is used on classic m68k setups. So modify the conditionals to use the existing simpler dma_alloc_coherent on all ColdFire and non-MMU builds. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed