aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/drivers')
-rw-r--r--arch/sh/drivers/pci/pci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sh/drivers/pci/pci.c b/arch/sh/drivers/pci/pci.c
index 29ec16e69afa..b9aca5478048 100644
--- a/arch/sh/drivers/pci/pci.c
+++ b/arch/sh/drivers/pci/pci.c
@@ -167,9 +167,8 @@ void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long maxlen)
167 /* 167 /*
168 * Presently the IORESOURCE_MEM case is a bit special, most 168 * Presently the IORESOURCE_MEM case is a bit special, most
169 * SH7751 style PCI controllers have PCI memory at a fixed 169 * SH7751 style PCI controllers have PCI memory at a fixed
170 * location in the address space where no remapping is desired 170 * location in the address space where no remapping is desired.
171 * (typically at 0xfd000000, but is_pci_memaddr() will know 171 * With the IORESOURCE_MEM case more care has to be taken
172 * best). With the IORESOURCE_MEM case more care has to be taken
173 * to inhibit page table mapping for legacy cores, but this is 172 * to inhibit page table mapping for legacy cores, but this is
174 * punted off to __ioremap(). 173 * punted off to __ioremap().
175 * -- PFM. 174 * -- PFM.