+162
−3
arch/m68k/kernel/dma_mm.c
deleted100644 → 0
+0
−131
arch/m68k/kernel/dma_no.c
deleted100644 → 0
+0
−75
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The majority of the m68k architecture dma code is the same, so merge the current separated files dma_no.c and dma_mm.c back into a single dma.c The main alloc and free routines are a little different, so we keep a single #ifdef based on CONFIG_MMU for them. All the other support functions are now identical. Signed-off-by:Greg Ungerer <gerg@uclinux.org> Acked-by:
Geert Uytterhoeven <geert@linux-m68k.org>