patch-2.4.21 linux-2.4.21/include/asm-alpha/irq.h
Next file: linux-2.4.21/include/asm-alpha/machvec.h
Previous file: linux-2.4.21/include/asm-alpha/io.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-alpha/irq.h
- Orig date:
2001-08-12 10:38:47.000000000 -0700
diff -urN linux-2.4.20/include/asm-alpha/irq.h linux-2.4.21/include/asm-alpha/irq.h
@@ -16,7 +16,7 @@
many places throughout the kernel to size static arrays. That's ok,
we'll use alpha_mv.nr_irqs when we want the real thing. */
-# define NR_IRQS 2048 /* enuff for WILDFIRE with 8 QBBs */
+# define NR_IRQS (32768 + 16) /* marvel - 32 pids */
#elif defined(CONFIG_ALPHA_CABRIOLET) || \
defined(CONFIG_ALPHA_EB66P) || \
@@ -57,6 +57,9 @@
#elif defined(CONFIG_ALPHA_WILDFIRE)
# define NR_IRQS 2048 /* enuff for 8 QBBs */
+#elif defined(CONFIG_ALPHA_MARVEL)
+# define NR_IRQS (32768 + 16) /* marvel - 32 pids */
+
#else /* everyone else */
# define NR_IRQS 16
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)