Skip to content
Commit d7226fb6 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

Revert "genirq: assert that irq handlers are indeed running in hardirq context"



This reverts commit 044d4084.

The commit added a warning when handle_IRQ_event() is called outside
of hard interrupt context. This breaks the generic tasklet based
interrupt resend mechanism which is used when the hardware has no way
to retrigger the interrupt. So we get a warning for a use case which
is correct and worked for years. Remove it.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 091438dd
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