diff options
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r-- | arch/parisc/kernel/time.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index c33b6e0f7c47..ccdce6ef67cc 100644 --- a/arch/parisc/kernel/time.c +++ b/arch/parisc/kernel/time.c | |||
@@ -148,10 +148,6 @@ irqreturn_t timer_interrupt(int irq, void *dev_id) | |||
148 | write_sequnlock(&xtime_lock); | 148 | write_sequnlock(&xtime_lock); |
149 | } | 149 | } |
150 | 150 | ||
151 | /* check soft power switch status */ | ||
152 | if (cpu == 0 && !atomic_read(&power_tasklet.count)) | ||
153 | tasklet_schedule(&power_tasklet); | ||
154 | |||
155 | return IRQ_HANDLED; | 151 | return IRQ_HANDLED; |
156 | } | 152 | } |
157 | 153 | ||