ARM: rpc: use legacy_timer_tick
[sfrench/cifs-2.6.git] / arch / arm / kernel / time.c
index 09b149b09c43850b8ae9c87e9c8609944f43260c..b3836c94dc74895fb9efc207fe0f5c4fbf1b3338 100644 (file)
@@ -60,20 +60,6 @@ unsigned long profile_pc(struct pt_regs *regs)
 EXPORT_SYMBOL(profile_pc);
 #endif
 
-#ifndef CONFIG_GENERIC_CLOCKEVENTS
-/*
- * Kernel system timer support.
- */
-void timer_tick(void)
-{
-       profile_tick(CPU_PROFILING);
-       xtime_update(1);
-#ifndef CONFIG_SMP
-       update_process_times(user_mode(get_irq_regs()));
-#endif
-}
-#endif
-
 static void dummy_clock_access(struct timespec64 *ts)
 {
        ts->tv_sec = 0;