commit | f230b6d5c48f8d12f4dfa1f8b5ab0b0320076d21 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 05 15:20:04 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:18 2011 +0100 |
tree | d4d30f77ab196930dd2d2982e90b1f2b5fd9bbe2 | |
parent | 91c499178139d6597e68db19638e4135510a34b8 [diff] |
genirq: Add IRQ_MOVE_PENDING to irq_data.state 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>