sh: ioremap() overhaul.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 06:16:42 +0000 (15:16 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 06:16:42 +0000 (15:16 +0900)
ioremap() overhaul. Add support for transparent PMB mapping, get rid of
p3_ioremap(), etc. Also drop ioremap() and iounmap() routines from the
machvec, as everyone can use the generic ioremap() API instead. For PCI
memory apertures and other special cases, use the pci_iomap() API, as
boards are already required to get the mapping right there.

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

No differences found