diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-04-07 17:10:17 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-07-18 16:39:11 -0400 |
commit | 129622672d70711c6c844fb529381ff0dad9085a (patch) | |
tree | ea05d97ec3a457814e282c5cf8423c9e30994cb9 /arch/tile/mm | |
parent | bce5bbbb23f780a792be7e594af7cd4b4aae1cd4 (diff) |
arch/tile: tilegx PCI root complex support
This change implements PCIe root complex support for tilegx using
the kernel support layer for accessing the TRIO hardware shim.
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com> [changes in 07487f3]
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/mm')
-rw-r--r-- | arch/tile/mm/pgtable.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/tile/mm/pgtable.c b/arch/tile/mm/pgtable.c index 345edfed9fcd..de0de0c0e8a1 100644 --- a/arch/tile/mm/pgtable.c +++ b/arch/tile/mm/pgtable.c | |||
@@ -575,13 +575,6 @@ void __iomem *ioremap_prot(resource_size_t phys_addr, unsigned long size, | |||
575 | } | 575 | } |
576 | EXPORT_SYMBOL(ioremap_prot); | 576 | EXPORT_SYMBOL(ioremap_prot); |
577 | 577 | ||
578 | /* Map a PCI MMIO bus address into VA space. */ | ||
579 | void __iomem *ioremap(resource_size_t phys_addr, unsigned long size) | ||
580 | { | ||
581 | panic("ioremap for PCI MMIO is not supported"); | ||
582 | } | ||
583 | EXPORT_SYMBOL(ioremap); | ||
584 | |||
585 | /* Unmap an MMIO VA mapping. */ | 578 | /* Unmap an MMIO VA mapping. */ |
586 | void iounmap(volatile void __iomem *addr_in) | 579 | void iounmap(volatile void __iomem *addr_in) |
587 | { | 580 | { |