[PATCH] CRIS: local_irq_disable() is redundant after local_irq_save()
[sfrench/cifs-2.6.git] / arch / cris / kernel / time.c
index 0f9213cbd48e24f9068c62125b7b9814d09ce617..22a1aa511aea1d690d85b6f4855c0d5043e5884c 100644 (file)
@@ -55,7 +55,6 @@ void do_gettimeofday(struct timeval *tv)
        unsigned long flags;
        signed long usec, sec;
        local_irq_save(flags);
-       local_irq_disable();
        usec = do_gettimeoffset();
 
         /*