Searched hist:56183959 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/m68k/kernel/ |
H A D | Makefile | 56183959 Thu Dec 27 13:07:39 CST 2012 Geert Uytterhoeven <geert@linux-m68k.org> m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA
In two places, we check !CONFIG_MMU_SUN3 while we should check CONFIG_HAS_DMA instead. While fixing this, the check in <asm/dma-mapping.h> became redundant (<linux/dma-mapping.h> already handles this case), so just remove it.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> 56183959 Thu Dec 27 13:07:39 CST 2012 Geert Uytterhoeven <geert@linux-m68k.org> m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA In two places, we check !CONFIG_MMU_SUN3 while we should check CONFIG_HAS_DMA instead. While fixing this, the check in <asm/dma-mapping.h> became redundant (<linux/dma-mapping.h> already handles this case), so just remove it. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
|