From: Michael Hennerich Date: Wed, 30 Sep 2009 07:54:40 +0000 (+0000) Subject: Blackfin: convert to GENERIC_HARDIRQS_NO__DO_IRQ X-Git-Tag: 2.1b_release~10654^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=796dada9f5584a677a0a2a1972090bfc538903ff;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git Blackfin: convert to GENERIC_HARDIRQS_NO__DO_IRQ Blackfin already sets proper flow handlers on all IRQs, and we don't rely on __do_IRQ, therefore we can simply select GENERIC_HARDIRQS_NO__DO_IRQ. Signed-off-by: Michael Hennerich Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index e519882..ae6a60f 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -47,6 +47,9 @@ config GENERIC_HARDIRQS config GENERIC_IRQ_PROBE def_bool y +config GENERIC_HARDIRQS_NO__DO_IRQ + def_bool y + config GENERIC_GPIO def_bool y