Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | genirq: Remove compat code | Thomas Gleixner | 2011-03-29 |
| | | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||
* | genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data | Thomas Gleixner | 2011-03-28 |
| | | | | | | | | We really need these flags for some of the interrupt chips. Move it from internal state to irq_data and provide proper accessors. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: David Daney <ddaney@caviumnetworks.com> | ||
* | genirq: Move debug code to separate header | Thomas Gleixner | 2011-02-19 |
It'll break when I'm going to undefine the constants. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |