Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9a36fa5 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 041b6237
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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