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

Commit f9d62c00 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Disable GENERIC_HARDIRQS_NO__DO_IRQ for unconverted platforms.



Presently limited to Cayman, Dreamcast, Microdev, and SystemH 7751.
Re-enable it for everyone once these have been fixed up.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 93d54639
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ config GENERIC_HARDIRQS

config GENERIC_HARDIRQS_NO__DO_IRQ
	def_bool y
	depends on SUPERH32 && (!SH_DREAMCAST && !SH_SH4202_MICRODEV && \
				!SH_7751_SYSTEMH && !HD64461)

config GENERIC_IRQ_PROBE
	def_bool y