x86: disable __do_IRQ support
authorThomas Gleixner <tglx@linutronix.de>
Fri, 13 Mar 2009 15:37:48 +0000 (16:37 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 13 Mar 2009 15:46:37 +0000 (16:46 +0100)
Impact: disable unused code

x86 is fully converted to flow handlers. No need to keep the
deprecated __do_IRQ() support active.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig

index bc2fbad..3a330a4 100644 (file)
@@ -165,6 +165,9 @@ config GENERIC_HARDIRQS
        bool
        default y
 
+config GENERIC_HARDIRQS_NO__DO_IRQ
+       def_bool y
+
 config GENERIC_IRQ_PROBE
        bool
        default y