commit | 049aa166b112beab77b9a2f8d9caa03b74843eab | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Oct 01 17:43:11 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Oct 01 17:43:11 2007 +0900 |
tree | eac8104b1271c7ff2c3bc3f4f0a49089e5fc4cd4 | |
parent | 749c84966c990092da20203a80e0749b614c79a6 [diff] |
sh64: Move consistent DMA routines to arch/sh64/mm/. The consistent DMA stuff was evolved from the old PCI DMA mapping functions. As this has been overhauled, it's something that is used by the generic DMA mapping code, and thus, has no intrinsic PCI dependence. Move the routines somewhere more sensible (same place as sh), and fix up the build for CONFIG_PCI=n in the process. Signed-off-by: Paul Mundt <lethal@linux-sh.org>