[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / asm-i386 / mach-voyager / do_timer.h
index eaf518098981cc843e564d3ec1b650f17442256e..099fe9f5c1b2bcc922079c7fa64b21b197d864b7 100644 (file)
@@ -3,7 +3,7 @@
 
 static inline void do_timer_interrupt_hook(struct pt_regs *regs)
 {
-       do_timer(regs);
+       do_timer(1);
 #ifndef CONFIG_SMP
        update_process_times(user_mode_vm(regs));
 #endif