aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/pci-malta.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/pci/pci-malta.c')
-rw-r--r--arch/mips/pci/pci-malta.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/pci/pci-malta.c b/arch/mips/pci/pci-malta.c
index 37134ddfeaa5..f1a73890dd4f 100644
--- a/arch/mips/pci/pci-malta.c
+++ b/arch/mips/pci/pci-malta.c
@@ -241,9 +241,9 @@ void __init mips_pcibios_init(void)
241 return; 241 return;
242 } 242 }
243 243
244 /* Change start address to avoid conflicts with ACPI and SMB devices */ 244 /* PIIX4 ACPI starts at 0x1000 */
245 if (controller->io_resource->start < 0x00002000UL) 245 if (controller->io_resource->start < 0x00001000UL)
246 controller->io_resource->start = 0x00002000UL; 246 controller->io_resource->start = 0x00001000UL;
247 247
248 iomem_resource.end &= 0xfffffffffULL; /* 64 GB */ 248 iomem_resource.end &= 0xfffffffffULL; /* 64 GB */
249 ioport_resource.end = controller->io_resource->end; 249 ioport_resource.end = controller->io_resource->end;