Commit 56a3ff64 authored by Yipeng Zou's avatar Yipeng Zou
Browse files

Revert "genirq: Introduce warn log when irq be reentrant"

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I88NEK


CVE: NA

--------------------------------

This reverts commit bdc370d6.

Signed-off-by: default avatarYipeng Zou <zouyipeng@huawei.com>
parent 58a746c3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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