This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / h8300 / kernel / time.c
index 8a60021..0b293d6 100644 (file)
@@ -46,9 +46,6 @@ static void timer_interrupt(int irq, void *dummy, struct pt_regs * regs)
        platform_timer_eoi();
 
        do_timer(regs);
-#ifndef CONFIG_SMP
-       update_process_times(user_mode(regs));
-#endif
        profile_tick(CPU_PROFILING, regs);
 }