sparc32: Move cache and TLB flushes over to method ops.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / sparc / kernel / sun4m_irq.c
index 93f4603..32d3a5c 100644 (file)
@@ -431,7 +431,7 @@ static void __init sun4m_init_timers(void)
                trap_table->inst_two = lvl14_save[1];
                trap_table->inst_three = lvl14_save[2];
                trap_table->inst_four = lvl14_save[3];
-               local_flush_cache_all();
+               local_ops->cache_all();
                local_irq_restore(flags);
        }
 #endif