tick/timekeeping: Call update_wall_time outside the jiffies lock
[pandora-kernel.git] / kernel / time / tick-common.c
index 64522ec..91c5f27 100644 (file)
@@ -70,6 +70,7 @@ static void tick_periodic(int cpu)
 
                do_timer(1);
                write_sequnlock(&jiffies_lock);
+               update_wall_time();
        }
 
        update_process_times(user_mode(get_irq_regs()));