Searched hist:c78b9b65faa291def628dbd8539649f58299f0f3 (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/irq/ |
| H A D | Kconfig | c78b9b65faa291def628dbd8539649f58299f0f3 Thu Dec 16 16:21:47 UTC 2010 Thomas Gleixner <tglx@linutronix.de> genirq: Implement generic irq_show_interrupts()
All archs implement show_interrupts() in more or less the same way. That's tons of duplicated code with different bugs with no value. Implement a generic version and deprecate show_interrupts()
Unfortunately we need some ifdeffery for !GENERIC_HARDIRQ archs.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
| H A D | proc.c | c78b9b65faa291def628dbd8539649f58299f0f3 Thu Dec 16 16:21:47 UTC 2010 Thomas Gleixner <tglx@linutronix.de> genirq: Implement generic irq_show_interrupts()
All archs implement show_interrupts() in more or less the same way. That's tons of duplicated code with different bugs with no value. Implement a generic version and deprecate show_interrupts()
Unfortunately we need some ifdeffery for !GENERIC_HARDIRQ archs.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
| /linux/include/linux/ |
| H A D | interrupt.h | c78b9b65faa291def628dbd8539649f58299f0f3 Thu Dec 16 16:21:47 UTC 2010 Thomas Gleixner <tglx@linutronix.de> genirq: Implement generic irq_show_interrupts()
All archs implement show_interrupts() in more or less the same way. That's tons of duplicated code with different bugs with no value. Implement a generic version and deprecate show_interrupts()
Unfortunately we need some ifdeffery for !GENERIC_HARDIRQ archs.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|