git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
243eeb7
)
m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Thu, 27 Dec 2012 19:07:39 +0000
(20:07 +0100)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Sat, 9 Feb 2013 13:23:36 +0000
(14:23 +0100)
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>
No differences found