From: Thomas Gleixner Date: Fri, 13 Mar 2009 15:37:48 +0000 (+0100) Subject: x86: disable __do_IRQ support X-Git-Tag: v2.6.30-rc3~72^2~26^2~1^6~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f9a36fa5413f1b2694841c410a6fdb4666e78f16;p=~emulex%2Finfiniband.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 --- 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