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:
f11f76d
)
powerpc/irq: We don't need __do_IRQ() anymore
author
Michael Ellerman
<michael@ellerman.id.au>
Wed, 22 Apr 2009 15:31:45 +0000
(15:31 +0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Thu, 21 May 2009 05:44:20 +0000
(15:44 +1000)
So select GENERIC_HARDIRQS_NO__DO_IRQ to disable it.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index a0d1146a057851096e00c52dd092128709d99554..7b67895fccf6d4495080e4d98d02da6d0b0efe49 100644
(file)
--- a/
arch/powerpc/Kconfig
+++ b/
arch/powerpc/Kconfig
@@
-42,6
+42,10
@@
config GENERIC_HARDIRQS
bool
default y
+config GENERIC_HARDIRQS_NO__DO_IRQ
+ bool
+ default y
+
config HAVE_SETUP_PER_CPU_AREA
def_bool PPC64