patch-2.3.45 linux/include/asm-m68k/irq.h
Next file: linux/include/asm-m68k/mac_baboon.h
Previous file: linux/include/asm-m68k/hardirq.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Feb 13 11:21:42 2000
- Orig file:
v2.3.44/linux/include/asm-m68k/irq.h
- Orig date:
Sun Aug 15 11:47:29 1999
diff -u --recursive --new-file v2.3.44/linux/include/asm-m68k/irq.h linux/include/asm-m68k/irq.h
@@ -15,7 +15,7 @@
* Currently the Atari has 72 and the Amiga 24, but if both are
* supported in the kernel it is better to make room for 72.
*/
-#if defined(CONFIG_ATARI)
+#if defined(CONFIG_ATARI) || defined(CONFIG_MAC)
#define NR_IRQS (72+SYS_IRQS)
#else
#define NR_IRQS (24+SYS_IRQS)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)