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

Commit 5093c9a4 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: define GENERIC_HARDIRQS_NO__DO_IRQ.



We haven't called in to __do_IRQ() in a long time, so it seems like a
reasonable time to switch this on by default.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent bdcab87b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -48,6 +48,9 @@ config GENERIC_HWEIGHT
config GENERIC_HARDIRQS
	def_bool y

config GENERIC_HARDIRQS_NO__DO_IRQ
	def_bool y

config GENERIC_IRQ_PROBE
	def_bool y