This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm26 / kernel / time.c
index a7a18c4..dbbc214 100644 (file)
@@ -166,9 +166,6 @@ EXPORT_SYMBOL(do_settimeofday);
 static irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 {
         do_timer(regs);
-#ifndef CONFIG_SMP
-       update_process_times(user_mode(regs));
-#endif
         do_set_rtc(); //FIME - EVERY timer IRQ?
         profile_tick(CPU_PROFILING, regs);
        return IRQ_HANDLED; //FIXME - is this right?