From: Thomas Gleixner Date: Fri, 13 Mar 2009 15:37:48 +0000 (+0100) Subject: x86: disable __do_IRQ support X-Git-Tag: firefly_0821_release~15231^2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fc2869f6a1993550c2765e934b117e993782db30;p=firefly-linux-kernel-4.4.55.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 bc2fbadff9f9..3a330a437c6f 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