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

genirq: Add state field to irq_data



Some chip implementations need to access certain status flags. With
sparse irqs that requires a lookup of the irq descriptor. Add a state
field which contains such flags.

Name it in a way which will make coders happy to access it with the
proper accessor functions. And it's easy to grep for.

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