m68k: Use the generic dma coherent remap allocator
authorChristoph Hellwig <hch@lst.de>
Tue, 25 Jun 2019 09:01:34 +0000 (11:01 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 1 Jul 2019 09:17:00 +0000 (11:17 +0200)
commit34dc63a5fb9b7f5dcb49f61552226c6314f347f6
tree4be03bb9fe2baeaffa36d75ed60c84d369b99f76
parentf67d667213ba03db66230735d354f2a286c1cbda
m68k: Use the generic dma coherent remap allocator

This switches m68k to using common code for the DMA allocations,
including potential use of the CMA allocator if configured.
Also add a comment where the existing behavior seems to be lacking.

Switching to the generic code enables DMA allocations from atomic
context, which is required by the DMA API documentation, and also
adds various other minor features drivers start relying upon.  It
also makes sure we have a tested code base for all architectures
that require uncached pte bits for coherent DMA allocations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/Kconfig
arch/m68k/kernel/dma.c