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

genirq: Add IRQ_INPROGRESS to core



We need to maintain the flag for now in both fields status and istate.
Add a CONFIG_GENERIC_HARDIRQS_NO_COMPAT switch to allow testing w/o
the status one. Wrap the access to status IRQ_INPROGRESS in a inline
which can be turned of with CONFIG_GENERIC_HARDIRQS_NO_COMPAT along
with the define.

There is no reason that anything outside of core looks at this. That
needs some modifications, but we'll get there.

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