]> Pileus Git - ~andy/linux/blobdiff - kernel/time/tick-common.c
tick/timekeeping: Call update_wall_time outside the jiffies lock
[~andy/linux] / kernel / time / tick-common.c
index 64522ecdfe0e868420acdd7b47a65de99b847748..91c5f27e82a35191f33f45a08ef57a7d83d1d3db 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()));