diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-08-18 14:45:57 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2011-11-08 22:35:51 +0100 |
commit | bc7485acd09405d9544783d773ee040af4a5c861 (patch) | |
tree | 8b5af62f51483e99a79a97c11a48f06b08a93b35 /arch/m68k/Kconfig | |
parent | 6c490c4da4642ec9e7569c8b50a98a22c71ad184 (diff) | |
download | op-kernel-dev-bc7485acd09405d9544783d773ee040af4a5c861.zip op-kernel-dev-bc7485acd09405d9544783d773ee040af4a5c861.tar.gz |
m68k/apollo: Convert Apollo to genirq
Replace the custom user vector interrupt handler that calls do_IRQ() and
does an EOI by handle_fasteoi_irq().
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Peter De Schrijver <p2@debian.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 8ae37a8..f2dc708 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -87,7 +87,6 @@ config MMU_SUN3 config USE_GENERIC_HARDIRQS bool "Use genirq" depends on MMU - depends on !APOLLO depends on !SUN3X depends on !Q40 depends on !SUN3 |