forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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