diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 16:37:48 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-03-13 16:46:37 +0100 |
commit | f9a36fa5413f1b2694841c410a6fdb4666e78f16 (patch) | |
tree | 3b735a8fdbe6c48cc63dcf69155c0314cd4ff253 | |
parent | 041b62374c7fedc11a8a1eeda2868612d3d1436c (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>
-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 bc2fbadff9f..3a330a437c6 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 |