vserver 1.9.5.x5
[linux-2.6.git] / arch / parisc / kernel / time.c
index 8f4ad0c..6cf7407 100644 (file)
@@ -79,6 +79,8 @@ irqreturn_t timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
        while (nticks--) {
 #ifdef CONFIG_SMP
                smp_do_timer(regs);
+#else
+               update_process_times(user_mode(regs));
 #endif
                if (cpu == 0) {
                        write_seqlock(&xtime_lock);