summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-05-21 05:57:45 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-05-21 05:57:45 +0000
commitc19d49dde5a84c86baed372a4c6edece033ddebf (patch)
tree71b819c74d05f9f650e54ec934860e96e2d10b77
parentf14c0afffe4e82b29b0cd0acf51819c633b86ce8 (diff)
Iomem address space is also 64-bit on IP27. This brings us back 5 out
of 6 unrecognized IOC3 interfaces on posix0. The leftover two are missing due to IOC3 PCI interface bugs which I'll fight next. After a decent nap ...
-rw-r--r--arch/mips64/sgi-ip27/ip27-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-pci.c b/arch/mips64/sgi-ip27/ip27-pci.c
index 3f1be3c23..cd7dc69cf 100644
--- a/arch/mips64/sgi-ip27/ip27-pci.c
+++ b/arch/mips64/sgi-ip27/ip27-pci.c
@@ -147,6 +147,7 @@ void __init pcibios_init(void)
int i;
ioport_resource.end = ~0UL;
+ iomem_resource.end = ~0UL;
for (i=0; i<num_bridges; i++) {
printk("PCI: Probing PCI hardware on host bus %2d.\n", i);