Replace the bubble sort in sanitize_e820_map() with a call to the generic
[linux-2.6/next.git] / arch / m68k / kernel / dma.c
blob90e8cb726c8ca25bdfaa31178672ee8a99af6f4f
1 #ifdef CONFIG_MMU
2 #include "dma_mm.c"
3 #else
4 #include "dma_no.c"
5 #endif