Searched hist:fb824f4838c3110c282268a3620f41da67b3f3fb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/ia64/kernel/ |
H A D | irq_lsapic.c | diff fb824f4838c3110c282268a3620f41da67b3f3fb Wed Jun 10 14:45:00 CDT 2009 Thomas Gleixner <tglx@linutronix.de> [IA64] remove obsolete hw_interrupt_type
The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have been kept around for migration reasons. After more than two years it's time to remove them finally.
This patch cleans up one of the remaining users. When all such patches hit mainline we can remove the defines and typedefs finally.
Impact: cleanup
Convert the last remaining users to struct irq_chip and remove the define.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
|
H A D | iosapic.c | diff fb824f4838c3110c282268a3620f41da67b3f3fb Wed Jun 10 14:45:00 CDT 2009 Thomas Gleixner <tglx@linutronix.de> [IA64] remove obsolete hw_interrupt_type
The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have been kept around for migration reasons. After more than two years it's time to remove them finally.
This patch cleans up one of the remaining users. When all such patches hit mainline we can remove the defines and typedefs finally.
Impact: cleanup
Convert the last remaining users to struct irq_chip and remove the define.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | hw_irq.h | diff fb824f4838c3110c282268a3620f41da67b3f3fb Wed Jun 10 14:45:00 CDT 2009 Thomas Gleixner <tglx@linutronix.de> [IA64] remove obsolete hw_interrupt_type
The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have been kept around for migration reasons. After more than two years it's time to remove them finally.
This patch cleans up one of the remaining users. When all such patches hit mainline we can remove the defines and typedefs finally.
Impact: cleanup
Convert the last remaining users to struct irq_chip and remove the define.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
|