From: Paul Mundt Date: Wed, 27 Oct 2010 06:44:19 +0000 (+0900) Subject: sh: disable deprecated genirq support. X-Git-Tag: firefly_0821_release~7613^2~3584^2~8 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e5cefd01af079d8efadfde78c045be15e6c1b23;p=firefly-linux-kernel-4.4.55.git sh: disable deprecated genirq support. Now that all of the controllers have been fixed up, we can finally select GENERIC_HARDIRQS_NO_DEPRECATED. Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 7cf24aa22d4e..792cf902743a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -29,6 +29,7 @@ config SUPERH select HAVE_SPARSE_IRQ select RTC_LIB select GENERIC_ATOMIC64 + select GENERIC_HARDIRQS_NO_DEPRECATED help The SuperH is a RISC processor targeted for use in embedded systems and consumer electronics; it was also used in the Sega Dreamcast