Skip to content
Commit 74296a8e authored by Ingo Molnar's avatar Ingo Molnar
Browse files

irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQ



Provide a shared interrupt debug facility under CONFIG_DEBUG_SHIRQ:
it uses the existing irqpoll facilities to iterate through all
registered interrupt handlers and call those which can handle shared
IRQ lines.

This can be handy for suspend/resume debugging: if we call this function
early during resume we can trigger crashes in those drivers which have
incorrect assumptions about when exactly their ISRs will be called
during suspend/resume.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5a2dd72a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment