This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-i386 / mach-voyager / do_timer.h
index ae510e5..75c642f 100644 (file)
@@ -4,9 +4,6 @@
 static inline void do_timer_interrupt_hook(struct pt_regs *regs)
 {
        do_timer(regs);
-#ifndef CONFIG_SMP
-       update_process_times(user_mode(regs));
-#endif
 
        voyager_timer_interrupt(regs);
 }