diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2009-04-22 15:31:45 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-05-21 15:44:20 +1000 |
commit | 8e27f4dab386c3898566cb7c4fa674c9eda4c79f (patch) | |
tree | 0e8a8f0fe8ec7c1a9d5cad7acf693565efec062a /arch | |
parent | f11f76d4b8ebe74100712a0f42f8c5a969aa149b (diff) | |
download | op-kernel-dev-8e27f4dab386c3898566cb7c4fa674c9eda4c79f.zip op-kernel-dev-8e27f4dab386c3898566cb7c4fa674c9eda4c79f.tar.gz |
powerpc/irq: We don't need __do_IRQ() anymore
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a0d1146..7b67895 100644 --- 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 |