aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/q40/q40ints.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/q40/q40ints.c')
-rw-r--r--arch/m68k/q40/q40ints.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c
index f8ecc2664fe6..b106839ad813 100644
--- a/arch/m68k/q40/q40ints.c
+++ b/arch/m68k/q40/q40ints.c
@@ -93,8 +93,8 @@ void q40_init_IRQ (void)
93 } 93 }
94 94
95 /* setup handler for ISA ints */ 95 /* setup handler for ISA ints */
96 cpu_request_irq(IRQ2, q40_irq2_handler, 0, "q40 ISA and master chip", 96 cpu_request_irq(IRQ_AUTO_2, q40_irq2_handler, 0,
97 NULL); 97 "q40 ISA and master chip", NULL);
98 98
99 /* now enable some ints.. */ 99 /* now enable some ints.. */
100 master_outb(1,EXT_ENABLE_REG); /* ISA IRQ 5-15 */ 100 master_outb(1,EXT_ENABLE_REG); /* ISA IRQ 5-15 */