commit | a005677b3dd05decdd8880cf3044ae709856f58f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Feb 08 17:11:03 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:20 2011 +0100 |
tree | 529d1454940fe8c6723bd54f01e009d9be2ab840 | |
parent | 1ce6068dac1924f7095be5850481e790cbf1b3c1 [diff] |
genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state That's the right data structure to look at for arch code. Accessor functions are provided. irqd_is_per_cpu(irqdata); irqd_can_balance(irqdata); Coders who access them directly will be tracked down and slapped with stinking trouts. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>