hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/rb532/setup.c
....@@ -49,7 +49,7 @@
4949
5050 set_io_port_base(KSEG1);
5151
52
- pci_reg = ioremap_nocache(pci0_res[0].start,
52
+ pci_reg = ioremap(pci0_res[0].start,
5353 pci0_res[0].end - pci0_res[0].start);
5454 if (!pci_reg) {
5555 printk(KERN_ERR "Could not remap PCI registers\n");