vserver 1.9.5.x5
[linux-2.6.git] / arch / m68knommu / kernel / time.c
index e328f28..5c3ca67 100644 (file)
@@ -57,6 +57,9 @@ 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);