diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-08-18 14:46:46 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 22:35:52 +0100 |
commit | dda7535912255015ecf7264c1d6691a09f8ba487 (patch) | |
tree | 6c7b6aa45b63374bd83793c4082bfddc96258e3e /arch/m68k/Kconfig | |
parent | 4045513286462a3c12140fac0559f09bcb5e7f10 (diff) | |
download | blackbird-op-linux-dda7535912255015ecf7264c1d6691a09f8ba487.tar.gz blackbird-op-linux-dda7535912255015ecf7264c1d6691a09f8ba487.zip |
m68k/sun3: Convert Sun3/3x to genirq
Replace the custom irq handler that masks the irq and calls do_IRQ(), and
the unmasking in the individual handlers, by handle_level_irq().
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Sam Creasey <sammy@sammy.net>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index f2dc708d3da9..290f9c838b35 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -87,9 +87,7 @@ config MMU_SUN3 config USE_GENERIC_HARDIRQS bool "Use genirq" depends on MMU - depends on !SUN3X depends on !Q40 - depends on !SUN3 select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW |