git » linux-kernel » commit 796dada

Blackfin: convert to GENERIC_HARDIRQS_NO__DO_IRQ

author Michael Hennerich
2009-09-30 07:54:40 UTC
committer Mike Frysinger
2009-10-08 04:58:20 UTC
parent 282246dae8d5757d1f13d61df2d1ebade99c978b

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 <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

arch/blackfin/Kconfig +3 -0

diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index e51988237d3..ae6a60f1012 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