hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/mips/pci/pci-bcm63xx.c
....@@ -221,7 +221,7 @@
221221 * a spinlock for each io access, so this is currently kind of
222222 * broken on SMP.
223223 */
224
- pci_iospace_start = ioremap_nocache(BCM_PCI_IO_BASE_PA, 4);
224
+ pci_iospace_start = ioremap(BCM_PCI_IO_BASE_PA, 4);
225225 if (!pci_iospace_start)
226226 return -ENOMEM;
227227