This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / m68knommu / kernel / time.c
index 5c3ca67..e328f28 100644 (file)
@@ -57,9 +57,6 @@ static irqreturn_t timer_interrupt(int irq, void *dummy, struct pt_regs * regs)
        write_seqlock(&xtime_lock);
 
        do_timer(regs);
-#ifndef CONFIG_SMP
-       update_process_times(user_mode(regs));
-#endif
        if (current->pid)
                profile_tick(CPU_PROFILING, regs);