This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / alpha / kernel / time.c
index e746771..5ff439b 100644 (file)
@@ -138,9 +138,6 @@ irqreturn_t timer_interrupt(int irq, void *dev, struct pt_regs * regs)
 
        while (nticks > 0) {
                do_timer(regs);
-#ifndef CONFIG_SMP
-               update_process_times(user_mode(regs));
-#endif
                nticks--;
        }