提交 978ef7e6 编写于 作者: G Geert Uytterhoeven

m68k/amiga: Convert Amiga to genirq

Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 92b1bd5f
...@@ -87,7 +87,6 @@ config MMU_SUN3 ...@@ -87,7 +87,6 @@ config MMU_SUN3
config USE_GENERIC_HARDIRQS config USE_GENERIC_HARDIRQS
bool "Use genirq" bool "Use genirq"
depends on MMU depends on MMU
depends on !AMIGA
depends on !MAC depends on !MAC
depends on !APOLLO depends on !APOLLO
depends on !MVME147 depends on !MVME147
......
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/errno.h> #include <linux/errno.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/traps.h> #include <asm/traps.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册