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

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)