Loading include/linux/irq.h +0 −4 Original line number Original line Diff line number Diff line Loading @@ -197,10 +197,6 @@ extern int setup_irq(unsigned int irq, struct irqaction *new); #ifdef CONFIG_GENERIC_HARDIRQS #ifdef CONFIG_GENERIC_HARDIRQS #ifndef handle_dynamic_tick # define handle_dynamic_tick(a) do { } while (0) #endif #ifdef CONFIG_SMP #ifdef CONFIG_SMP #if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE) #if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE) Loading kernel/irq/handle.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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(); Loading Loading
include/linux/irq.h +0 −4 Original line number Original line Diff line number Diff line Loading @@ -197,10 +197,6 @@ extern int setup_irq(unsigned int irq, struct irqaction *new); #ifdef CONFIG_GENERIC_HARDIRQS #ifdef CONFIG_GENERIC_HARDIRQS #ifndef handle_dynamic_tick # define handle_dynamic_tick(a) do { } while (0) #endif #ifdef CONFIG_SMP #ifdef CONFIG_SMP #if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE) #if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE) Loading
kernel/irq/handle.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -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(); Loading