remove ioremap_nocache and devm_ioremap_nocache
[sfrench/cifs-2.6.git] / arch / mips / loongson2ef / common / reset.c
index e7c87161ce0033b2b77db8ad2a26d5ce863d6a44..e49c406469951cff56c45ec46108024d6aaa291f 100644 (file)
 static inline void loongson_reboot(void)
 {
 #ifndef CONFIG_CPU_JUMP_WORKAROUNDS
-       ((void (*)(void))ioremap_nocache(LOONGSON_BOOT_BASE, 4)) ();
+       ((void (*)(void))ioremap(LOONGSON_BOOT_BASE, 4)) ();
 #else
        void (*func)(void);
 
-       func = (void *)ioremap_nocache(LOONGSON_BOOT_BASE, 4);
+       func = (void *)ioremap(LOONGSON_BOOT_BASE, 4);
 
        __asm__ __volatile__(
        "       .set    noat                                            \n"