sh: Inhibit mapping PCI apertures through page tables.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 07:45:22 +0000 (16:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 27 Sep 2006 07:45:22 +0000 (16:45 +0900)
commita3e61d50dc82475ebca3ff8b18c174c02c5ff511
treed7a39867983b0bca5619cfe7493358e6bde6f3ba
parent959f85f8a3223c116bbe95dd8a9b207790b5d4d3
sh: Inhibit mapping PCI apertures through page tables.

Inhibit mapping through page tables in __ioremap() for PCI memory
apertures on SH7751 and SH7780-style PCI controllers, translation is
not possible for these areas. For other users that map a small window
in P1/P2 space, ioremap() traps that already, and should never make
it to __ioremap().

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/pci/pci.c
arch/sh/mm/ioremap.c