[PARISC] Convert soft power switch driver to kthread
[deliverable/linux.git] / arch / parisc / kernel / time.c
index c33b6e0f7c4739ec04c3d6b7d1ec1da7ab4775f2..ccdce6ef67cc8abf20a4078c582b2595cd1baff1 100644 (file)
@@ -148,10 +148,6 @@ irqreturn_t timer_interrupt(int irq, void *dev_id)
                write_sequnlock(&xtime_lock);
        }
 
-       /* check soft power switch status */
-       if (cpu == 0 && !atomic_read(&power_tasklet.count))
-               tasklet_schedule(&power_tasklet);
-
        return IRQ_HANDLED;
 }
 
This page took 0.059182 seconds and 5 git commands to generate.