commit | 8e27f4dab386c3898566cb7c4fa674c9eda4c79f | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Wed Apr 22 15:31:45 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 21 15:44:20 2009 +1000 |
tree | 0e8a8f0fe8ec7c1a9d5cad7acf693565efec062a | |
parent | f11f76d4b8ebe74100712a0f42f8c5a969aa149b [diff] [blame] |
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>
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 @@ bool default y +config GENERIC_HARDIRQS_NO__DO_IRQ + bool + default y + config HAVE_SETUP_PER_CPU_AREA def_bool PPC64