]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-lh7a40x/time.c
[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir
[linux-2.6-omap-h63xx.git] / arch / arm / mach-lh7a40x / time.c
index bef3c4b68d3bb3e028521f3c140fb91e4f80f1eb..e50e60b33851592147f35b838665ec42be89a790 100644 (file)
 static irqreturn_t
 lh7a40x_timer_interrupt(int irq, void *dev_id)
 {
-       write_seqlock(&xtime_lock);
-
        TIMER_EOI = 0;
        timer_tick();
 
-       write_sequnlock(&xtime_lock);
-
        return IRQ_HANDLED;
 }
 
 static struct irqaction lh7a40x_timer_irq = {
        .name           = "LHA740x Timer Tick",
-       .flags          = IRQF_DISABLED | IRQF_TIMER,
+       .flags          = IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
        .handler        = lh7a40x_timer_interrupt,
 };