diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 11:37:48 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-26 11:36:08 -0400 |
commit | fc2869f6a1993550c2765e934b117e993782db30 (patch) | |
tree | 6647864e0eab9db89aa97450b011b0baffacd073 /arch | |
parent | b3e3b302cf6dc8d60b67f0e84d1fa5648889c038 (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>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 3 |
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 | |||
165 | bool | 165 | bool |
166 | default y | 166 | default y |
167 | 167 | ||
168 | config GENERIC_HARDIRQS_NO__DO_IRQ | ||
169 | def_bool y | ||
170 | |||
168 | config GENERIC_IRQ_PROBE | 171 | config GENERIC_IRQ_PROBE |
169 | bool | 172 | bool |
170 | default y | 173 | default y |