diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-07-25 11:18:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-26 15:37:40 +0900 |
commit | e257ad062a3ceaf36b0e883d0ef00b185daf500e (patch) | |
tree | bc31371ccb8f387556cb62175d7d1c3069f1e00c /arch/sh | |
parent | 0fbde9509d7b2f71b9326f9c5807a0b4193c7c76 (diff) | |
download | linux-3.10-e257ad062a3ceaf36b0e883d0ef00b185daf500e.tar.gz linux-3.10-e257ad062a3ceaf36b0e883d0ef00b185daf500e.tar.bz2 linux-3.10-e257ad062a3ceaf36b0e883d0ef00b185daf500e.zip |
sh: Kill off virt_to_bus()/bus_to_virt().
Wire up ARCH_NO_VIRT_TO_BUS, and kill off the remaining users. The
dma-mapping code really wanted virt_to_phys()/phys_to_virt() anyways,
there are no inherently special bus addresses.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0a631d0f75f..ec2beabb193 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -90,6 +90,9 @@ config ARCH_HAS_ILOG2_U64 bool default n +config ARCH_NO_VIRT_TO_BUS + def_bool y + source "init/Kconfig" menu "System type" |