]> Git Repo - linux.git/commitdiff
x86: disable __do_IRQ support
authorThomas Gleixner <[email protected]>
Fri, 13 Mar 2009 15:37:48 +0000 (16:37 +0100)
committerIngo Molnar <[email protected]>
Thu, 26 Mar 2009 15:36:08 +0000 (16:36 +0100)
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/Kconfig

index bc2fbadff9f90fe681d9c30ae621d1ec94e348cf..3a330a437c6f9d55b44a0545b306242b6f55edba 100644 (file)
@@ -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
This page took 0.046434 seconds and 4 git commands to generate.