patch-2.1.80 linux/include/asm-i386/irq.h
Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-i386/hardirq.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jan 20 12:56:17 1998
- Orig file:
v2.1.79/linux/include/asm-i386/irq.h
- Orig date:
Tue Dec 2 09:49:40 1997
diff -u --recursive --new-file v2.1.79/linux/include/asm-i386/irq.h linux/include/asm-i386/irq.h
@@ -4,12 +4,17 @@
/*
* linux/include/asm/irq.h
*
- * (C) 1992, 1993 Linus Torvalds
+ * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar
*
- * IRQ/IPI changes taken from work by Thomas Radke <tomsoft@informatik.tu-chemnitz.de>
+ * IRQ/IPI changes taken from work by Thomas Radke
+ * <tomsoft@informatik.tu-chemnitz.de>
*/
+#ifndef __SMP__
#define NR_IRQS 16
+#else
+#define NR_IRQS 24
+#endif
#define TIMER_IRQ 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov