genirq: Add state field to irq_data
authorThomas Gleixner <tglx@linutronix.de>
Thu, 3 Feb 2011 19:48:29 +0000 (20:48 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:18 +0000 (12:58 +0100)
commit91c499178139d6597e68db19638e4135510a34b8
tree9f2a58301e73178009d99e181d8de417659eda60
parent6d2cd17fde1fc3e93302815f049f255bb2b3123e
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: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
include/linux/irqdesc.h
This page took 0.03311 seconds and 5 git commands to generate.