Commit ddc7fd25 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

m68k/mac: Convert Mac to genirq

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent fb1b646a
...@@ -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 !MAC
depends on !APOLLO depends on !APOLLO
depends on !MVME147 depends on !MVME147
depends on !MVME16x depends on !MVME16x
......
...@@ -11,6 +11,9 @@ ...@@ -11,6 +11,9 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/init.h> #include <linux/init.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif
#include <asm/traps.h> #include <asm/traps.h>
#include <asm/bootinfo.h> #include <asm/bootinfo.h>
......
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/init.h> #include <linux/init.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif
#include <asm/bootinfo.h> #include <asm/bootinfo.h>
#include <asm/macintosh.h> #include <asm/macintosh.h>
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/init.h> #include <linux/init.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif
#include <asm/traps.h> #include <asm/traps.h>
#include <asm/bootinfo.h> #include <asm/bootinfo.h>
......
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif
#include <asm/bootinfo.h> #include <asm/bootinfo.h>
#include <asm/macintosh.h> #include <asm/macintosh.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment