mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
m68k/amiga: Convert Amiga to genirq
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
92b1bd5f1a
commit
978ef7e6d0
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user