]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/mips/mti-malta/malta-dtshim.c
Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux.git] / arch / mips / mti-malta / malta-dtshim.c
index 98a063093b69aac2d66f782736125d62cddf41b1..0ddf03df626881d34293e7aea7bd8cd73a32f646 100644 (file)
@@ -240,7 +240,7 @@ static void __init remove_gic(void *fdt)
                 * On systems using the RocIT system controller a GIC may be
                 * present without a CM. Detect whether that is the case.
                 */
-               biu_base = ioremap_nocache(MSC01_BIU_REG_BASE,
+               biu_base = ioremap(MSC01_BIU_REG_BASE,
                                MSC01_BIU_ADDRSPACE_SZ);
                sc_cfg = __raw_readl(biu_base + MSC01_SC_CFG_OFS);
                if (sc_cfg & MSC01_SC_CFG_GICPRES_MSK) {