aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-03-13 16:37:48 +0100
committerIngo Molnar <mingo@elte.hu>2009-03-26 16:36:08 +0100
commitfc2869f6a1993550c2765e934b117e993782db30 (patch)
tree6647864e0eab9db89aa97450b011b0baffacd073 /arch/x86/Kconfig
parentMerge branches 'irq/sparseirq' and 'linus' into irq/core (diff)
downloadlinux-dev-fc2869f6a1993550c2765e934b117e993782db30.tar.xz
linux-dev-fc2869f6a1993550c2765e934b117e993782db30.zip
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 <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to '')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
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