projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d07b78
)
sparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATED
author
Geert Uytterhoeven
<
[email protected]
>
Fri, 27 May 2011 21:39:56 +0000
(21:39 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 2 Jun 2011 21:42:30 +0000
(14:42 -0700)
Config option GENERIC_HARDIRQS_NO_DEPRECATED was removed in commit
78c89825649a9a5ed526c507603196f467d781a5
("genirq: Remove the now obsolete
config options and select statements"), but the select was accidentally
reintroduced in commit
6baa9b20a68a88c2fd751cbe8d7652009379351b
("sparc32: genirq support")
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
arch/sparc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sparc/Kconfig
b/arch/sparc/Kconfig
index 730dda1ad1436d094972a47d99f209584659e219..cb1c2f112fa948ef5c09776e4b8f6a43c2838a6b 100644
(file)
--- a/
arch/sparc/Kconfig
+++ b/
arch/sparc/Kconfig
@@
-26,7
+26,6
@@
config SPARC
select HAVE_DMA_API_DEBUG
select HAVE_ARCH_JUMP_LABEL
select HAVE_GENERIC_HARDIRQS
- select GENERIC_HARDIRQS_NO_DEPRECATED
select GENERIC_IRQ_SHOW
select USE_GENERIC_SMP_HELPERS if SMP