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-rc1~211^2~21^2~1^6~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f9a36fa5413f1b2694841c410a6fdb4666e78f16;p=karo-tx-linux.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 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