Skip to content

Commit

Permalink
powerpc/irq: We don't need __do_IRQ() anymore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed May 21, 2009
1 parent f11f76d commit 8e27f4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e27f4d

Please sign in to comment.