switch m68k to use the generic remapping DMA allocator v2

From: Christoph Hellwig
Date: Tue Jun 25 2019 - 05:01:41 EST


Hi Geert,

can you take a look at the (untested) patches below? They convert m68k
to use the generic remapping DMA allocator, which is also used by
arm64 and csky.

Changes since v2:
- fix kconfig dependencies to properly build on sun3
- updated a patch description to better explain why we are doing this