genirq: Provide config option to disable deprecated code
authorThomas Gleixner <tglx@linutronix.de>
Fri, 1 Oct 2010 13:17:14 +0000 (15:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 4 Oct 2010 11:40:24 +0000 (13:40 +0200)
commitbd151412263a67b5321e9dd1d5b4bf6d96fdebf3
tree7571b3eaf7ebc2ef200fb00688543f00a451c5f9
parent21e2b8c62cca8f7dbec0c8c131ca1637e4a5670f
genirq: Provide config option to disable deprecated code

This option covers now the old chip functions and the irq_desc data
fields which are moving to struct irq_data. More stuff will follow.

Pretty handy for testing a conversion, whether something broke or not.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
include/linux/irq.h
kernel/irq/Kconfig
kernel/irq/chip.c
kernel/irq/handle.c
kernel/irq/internals.h
kernel/irq/spurious.c