Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Paul Mundt <lethal@linux-sh.org>

+3
+3
arch/sh/Kconfig
··· 48 48 config GENERIC_HARDIRQS 49 49 def_bool y 50 50 51 + config GENERIC_HARDIRQS_NO__DO_IRQ 52 + def_bool y 53 + 51 54 config GENERIC_IRQ_PROBE 52 55 def_bool y 53 56