|
@@ -131,8 +131,6 @@ irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action)
|
|
irqreturn_t ret, retval = IRQ_NONE;
|
|
irqreturn_t ret, retval = IRQ_NONE;
|
|
unsigned int status = 0;
|
|
unsigned int status = 0;
|
|
|
|
|
|
- handle_dynamic_tick(action);
|
|
|
|
-
|
|
|
|
if (!(action->flags & IRQF_DISABLED))
|
|
if (!(action->flags & IRQF_DISABLED))
|
|
local_irq_enable_in_hardirq();
|
|
local_irq_enable_in_hardirq();
|
|
|
|
|