kernel/arch/mips/rb532/setup.c
.. .. @@ -49,7 +49,7 @@ 49 49 50 50 set_io_port_base(KSEG1); 51 51 52 - pci_reg = ioremap_nocache(pci0_res[0].start,52 + pci_reg = ioremap(pci0_res[0].start,53 53 pci0_res[0].end - pci0_res[0].start); 54 54 if (!pci_reg) { 55 55 printk(KERN_ERR "Could not remap PCI registers\n");