hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I88NEK CVE: NA
--------------------------------
This reverts commit bdc370d64dc4df46670f2c2d2891dbfad6645d02. --- kernel/irq/chip.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index 967b08ab7676..b71940c50189 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -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