]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh64: Move consistent DMA routines to arch/sh64/mm/.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 1 Oct 2007 08:43:11 +0000 (17:43 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 1 Oct 2007 08:43:11 +0000 (17:43 +0900)
commit049aa166b112beab77b9a2f8d9caa03b74843eab
treeeac8104b1271c7ff2c3bc3f4f0a49089e5fc4cd4
parent749c84966c990092da20203a80e0749b614c79a6
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>
arch/sh64/kernel/Makefile
arch/sh64/mm/Makefile
arch/sh64/mm/consistent.c [moved from arch/sh64/kernel/pci-dma.c with 100% similarity]