Loading kernel/irq/chip.c +0 −4 Original line number Diff line number Diff line Loading @@ -513,10 +513,6 @@ static bool irq_may_run(struct irq_desc *desc) if (!irqd_has_set(&desc->irq_data, mask)) return true; if (irqd_get(&desc->irq_data) & IRQD_IRQ_INPROGRESS) pr_warn_ratelimited("irq %u(%lu) may be reentrant in multiple cpus.\n", desc->irq_data.irq, desc->irq_data.hwirq); /* * If the interrupt is an armed wakeup source, mark it pending * and suspended, disable it and notify the pm core about the Loading Loading
kernel/irq/chip.c +0 −4 Original line number Diff line number Diff line Loading @@ -513,10 +513,6 @@ static bool irq_may_run(struct irq_desc *desc) if (!irqd_has_set(&desc->irq_data, mask)) return true; if (irqd_get(&desc->irq_data) & IRQD_IRQ_INPROGRESS) pr_warn_ratelimited("irq %u(%lu) may be reentrant in multiple cpus.\n", desc->irq_data.irq, desc->irq_data.hwirq); /* * If the interrupt is an armed wakeup source, mark it pending * and suspended, disable it and notify the pm core about the Loading