vserver 1.9.5.x5
[linux-2.6.git] / include / asm-arm / arch-l7200 / time.h
index 31d791a..7b98b53 100644 (file)
@@ -46,6 +46,9 @@ 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_profile(regs);
        RTC_RTCC = 0;                           /* Clear interrupt */