[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
[powerpc.git] / arch / arm / kernel / time.c
index d4dceb5..f7d5165 100644 (file)
@@ -337,7 +337,7 @@ void timer_tick(struct pt_regs *regs)
        profile_tick(CPU_PROFILING, regs);
        do_leds();
        do_set_rtc();
-       do_timer(regs);
+       do_timer(1);
 #ifndef CONFIG_SMP
        update_process_times(user_mode(regs));
 #endif