sh: Add dma-mapping support for dma_alloc/free_coherent() overrides.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 26 Oct 2009 00:50:51 +0000 (09:50 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 Oct 2009 00:50:51 +0000 (09:50 +0900)
This moves the current dma_alloc/free_coherent() calls to a generic
variant and plugs them in for the nommu default. Other variants can
override the defaults in the dma mapping ops directly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found