]> git.ipfire.org Git - thirdparty/linux.git/commit
genirq: Split up irq_pm_check_wakeup()
authorThomas Gleixner <tglx@linutronix.de>
Fri, 18 Jul 2025 18:54:10 +0000 (20:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 22 Jul 2025 12:30:42 +0000 (14:30 +0200)
commitc609045abc778689ce42e8f5827a84179ace52c5
treed665af89d31edd9f611a7769a85230927eefa5c6
parent4e879dedd571128ed5aa4d5989ec0a1938804d20
genirq: Split up irq_pm_check_wakeup()

Let the calling code check for the IRQD_WAKEUP_ARMED flag to prepare for a
live lock mitigation in the edge type handler.

No functional change.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Liangyan <liangyan.peng@bytedance.com>
Link: https://lore.kernel.org/all/20250718185312.012392426@linutronix.de
kernel/irq/chip.c
kernel/irq/internals.h
kernel/irq/pm.c