kernel/arch/mips/pci/pci-bcm63xx.c
.. .. @@ -221,7 +221,7 @@ 221 221 * a spinlock for each io access, so this is currently kind of 222 222 * broken on SMP. 223 223 */ 224 - pci_iospace_start = ioremap_nocache(BCM_PCI_IO_BASE_PA, 4);224 + pci_iospace_start = ioremap(BCM_PCI_IO_BASE_PA, 4);225 225 if (!pci_iospace_start) 226 226 return -ENOMEM; 227 227