patch-2.1.104 linux/include/asm-i386/irq.h

Next file: linux/include/asm-i386/posix_types.h
Previous file: linux/include/asm-alpha/unistd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.103/linux/include/asm-i386/irq.h linux/include/asm-i386/irq.h
@@ -10,13 +10,14 @@
  *	<tomsoft@informatik.tu-chemnitz.de>
  */
 
-#ifndef __SMP__
-#define NR_IRQS 16
-#else
-#define NR_IRQS 24
-#endif
-
 #define TIMER_IRQ 0
+
+/*
+ * 16 XT IRQ's, 8 potential APIC interrupt sources.
+ * Right now the APIC is only used for SMP, but this
+ * may change.
+ */
+#define NR_IRQS 24
 
 static __inline__ int irq_cannonicalize(int irq)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov