kernel/arch/mips/generic/board-ocelot.c
.. .. @@ -51,7 +51,7 @@ 51 51 { 52 52 void __iomem *uart_base; 53 53 54 - uart_base = ioremap_nocache(UART_UART, 0x20);54 + uart_base = ioremap(UART_UART, 0x20);55 55 setup_8250_early_printk_port((unsigned long)uart_base, 2, 50000); 56 56 } 57 57