commit | 8f53f92404bead2ab2154d45c8f508880bb5d95d | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Feb 08 16:50:00 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:19 2011 +0100 |
tree | 08a3f21df856f7d9b9561e6cf14462092cee8d0d | |
parent | 6a58fb3bad099076f36f0f30f44507bc3275cdb6 [diff] |
genirq: Make CHECK_IRQ_PER_CPU an inline and deprecate it Its' too ugly and needs to go. The only users are core code and parisc. Core code does not need it and parisc gets a new check once IRQ_PER_CPU is reflected in irq_data.state. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>