]> err.no Git - linux-2.6/blobdiff - arch/arm/mach-h720x/cpu-h7202.c
Merge branches 'release', 'asus', 'sony-laptop' and 'thinkpad' into release
[linux-2.6] / arch / arm / mach-h720x / cpu-h7202.c
index 0a1a25fb8ba83beca8f5afcebafdf99dc28b77b1..c627fa124eb361b0a162f1578d497df9804929f6 100644 (file)
@@ -113,9 +113,7 @@ h7202_timerx_demux_handler(unsigned int irq_unused, struct irq_desc *desc)
        mask = CPU_REG (TIMER_VIRT, TIMER_TOPSTAT);
 
        if ( mask & TSTAT_T0INT ) {
-               write_seqlock(&xtime_lock);
                timer_tick();
-               write_sequnlock(&xtime_lock);
                if( mask == TSTAT_T0INT )
                        return;
        }