vserver 1.9.5.x5
[linux-2.6.git] / include / asm-i386 / mach-default / do_timer.h
index 9eb6c9d..03dd13a 100644 (file)
@@ -16,6 +16,9 @@
 static inline void do_timer_interrupt_hook(struct pt_regs *regs)
 {
        do_timer(regs);
+#ifndef CONFIG_SMP
+       update_process_times(user_mode(regs));
+#endif
 /*
  * In the SMP case we use the local APIC timer interrupt to do the
  * profiling, except when we simulate SMP mode on a uniprocessor