commit | f32154c9b580f11017b01bf093514c900c09364e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Oct 26 09:50:51 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Oct 26 09:50:51 2009 +0900 |
tree | 3ec811bc69fd2e562bd9000c323fc3ae1584ce68 | |
parent | 73c926bee0e4b7739bbb992a0a3df561178dd522 [diff] |
sh: Add dma-mapping support for dma_alloc/free_coherent() overrides. 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>