projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
282246d
)
Blackfin: convert to GENERIC_HARDIRQS_NO__DO_IRQ
author
Michael Hennerich
<michael.hennerich@analog.com>
Wed, 30 Sep 2009 07:54:40 +0000
(07:54 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 8 Oct 2009 04:58:20 +0000
(
00:58
-0400)
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
patch
|
blob
|
history
diff --git
a/arch/blackfin/Kconfig
b/arch/blackfin/Kconfig
index
e519882
..
ae6a60f
100644
(file)
--- 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