patch-2.1.89 linux/include/asm-alpha/irq.h

Next file: linux/include/asm-alpha/pyxis.h
Previous file: linux/include/asm-alpha/hwrpb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.88/linux/include/asm-alpha/irq.h linux/include/asm-alpha/irq.h
@@ -10,13 +10,18 @@
 #include <linux/linkage.h>
 #include <linux/config.h>
 
-#if defined(CONFIG_ALPHA_CABRIOLET) || defined(CONFIG_ALPHA_EB66P) || defined(CONFIG_ALPHA_EB164) || defined(CONFIG_ALPHA_PC164)
+#if defined(CONFIG_ALPHA_CABRIOLET) || defined(CONFIG_ALPHA_EB66P) || \
+	defined(CONFIG_ALPHA_EB164) || defined(CONFIG_ALPHA_PC164) || \
+	defined(CONFIG_ALPHA_LX164)
 # define NR_IRQS	33
-#elif defined(CONFIG_ALPHA_EB66) || defined(CONFIG_ALPHA_EB64P) || defined(CONFIG_ALPHA_MIKASA)
+#elif defined(CONFIG_ALPHA_EB66) || defined(CONFIG_ALPHA_EB64P) || \
+	defined(CONFIG_ALPHA_MIKASA)
 # define NR_IRQS	32
-#elif defined(CONFIG_ALPHA_ALCOR) || defined(CONFIG_ALPHA_XLT) || defined(CONFIG_ALPHA_MIATA) || defined(CONFIG_ALPHA_NORITAKE)
+#elif defined(CONFIG_ALPHA_ALCOR) || defined(CONFIG_ALPHA_XLT) || \
+	defined(CONFIG_ALPHA_MIATA) || defined(CONFIG_ALPHA_NORITAKE) || \
+	defined(CONFIG_ALPHA_RUFFIAN)
 # define NR_IRQS	48
-#elif defined(CONFIG_ALPHA_SABLE)
+#elif defined(CONFIG_ALPHA_SABLE) || defined(CONFIG_ALPHA_SX164)
 # define NR_IRQS	40
 #else
 # define NR_IRQS	16

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