Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-block
[pandora-kernel.git] / arch / arm / kernel / time.c
index e59b5b8..b5867ec 100644 (file)
@@ -325,7 +325,9 @@ void timer_tick(void)
        profile_tick(CPU_PROFILING);
        do_leds();
        do_set_rtc();
+       write_seqlock(&xtime_lock);
        do_timer(1);
+       write_sequnlock(&xtime_lock);
 #ifndef CONFIG_SMP
        update_process_times(user_mode(get_irq_regs()));
 #endif