Browse Source

m68k/amiga: Convert Amiga to genirq

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Geert Uytterhoeven 14 years ago
parent
commit
978ef7e6d0
2 changed files with 3 additions and 1 deletions
  1. 0 1
      arch/m68k/Kconfig
  2. 3 0
      arch/m68k/amiga/amiints.c

+ 0 - 1
arch/m68k/Kconfig

@@ -87,7 +87,6 @@ config MMU_SUN3
 config USE_GENERIC_HARDIRQS
 	bool "Use genirq"
 	depends on MMU
-	depends on !AMIGA
 	depends on !MAC
 	depends on !APOLLO
 	depends on !MVME147

+ 3 - 0
arch/m68k/amiga/amiints.c

@@ -9,6 +9,9 @@
 #include <linux/init.h>
 #include <linux/interrupt.h>
 #include <linux/errno.h>
+#ifdef CONFIG_GENERIC_HARDIRQS
+#include <linux/irq.h>
+#endif
 
 #include <asm/irq.h>
 #include <asm/traps.h>