From: Thomas Gleixner Date: Fri, 13 Mar 2009 15:37:48 +0000 (+0100) Subject: x86: disable __do_IRQ support X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=fc2869f6a1993550c2765e934b117e993782db30;p=linux-2.6-omap-h63xx.git x86: disable __do_IRQ support 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 Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index bc2fbadff9f..3a330a437c6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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