genirq: Add IRQ_MOVE_PENDING to irq_data.state
authorThomas Gleixner <tglx@linutronix.de>
Sat, 5 Feb 2011 14:20:04 +0000 (15:20 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:18 +0000 (12:58 +0100)
chip implementations need to know about it. Keep status in sync until
all users are fixed.

Accessor function: irqd_is_setaffinity_pending(irqdata)

Coders who access them directly will be tracked down and slapped with
stinking trouts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found