• T
    genirq: Add state field to irq_data · 91c49917
    Thomas Gleixner 提交于
    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: NThomas Gleixner <tglx@linutronix.de>
    91c49917
irq.h 14.8 KB