From: Matt Fleming Date: Tue, 16 Dec 2008 00:13:05 +0000 (+0900) Subject: sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH machines X-Git-Tag: v2.6.29-rc1~591^2~41 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=70fe224743c11b57f9b63326313988fdcceb54df;p=~andy%2Flinux sh: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH machines After the recent changes to switch SuperH board support over to irq_chip it is now possible to set GENERIC_HARDIRQS_NO__DO_IRQ for all SuperH boards. Signed-off-by: Matt Fleming Signed-off-by: Paul Mundt --- diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff3c137deac..a3ac98b6893 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -58,8 +58,6 @@ 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