[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
[deliverable/linux.git] / arch / cris / arch-v10 / kernel / time.c
index 9c22b76e129a32a18e49da042a675d23f8756ed2..ebacf1457d914cacae4069c21094639fbc906dd7 100644 (file)
@@ -227,7 +227,7 @@ timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
        
        /* call the real timer interrupt handler */
 
-       do_timer(regs);
+       do_timer(1);
        
         cris_do_profile(regs); /* Save profiling information */
 
This page took 0.038592 seconds and 5 git commands to generate.