aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-03-13 11:37:48 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-03-13 11:46:37 -0400
commitf9a36fa5413f1b2694841c410a6fdb4666e78f16 (patch)
tree3b735a8fdbe6c48cc63dcf69155c0314cd4ff253 /arch/x86/Kconfig
parent041b62374c7fedc11a8a1eeda2868612d3d1436c (diff)
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
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
165 bool 165 bool
166 default y 166 default y
167 167
168config GENERIC_HARDIRQS_NO__DO_IRQ
169 def_bool y
170
168config GENERIC_IRQ_PROBE 171config GENERIC_IRQ_PROBE
169 bool 172 bool
170 default y 173 default y