Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | genirq: Remove compat code | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||||
* | genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data | Thomas Gleixner | 2011-03-28 | 1 | -3/+7 |
| | | | | | | | | 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 | 1 | -0/+40 |
It'll break when I'm going to undefine the constants. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |