Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 978ef7e6 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k/amiga: Convert Amiga to genirq

parent 92b1bd5f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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>