diff mbox

sh: modify NR_IRQS from 256 to 512

Message ID 4C32B1E8.8000502@renesas.com (mailing list archive)
State Accepted
Headers show

Commit Message

Yoshihiro Shimoda July 6, 2010, 4:32 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/sh/include/asm/irq.h b/arch/sh/include/asm/irq.h
index 02c2f01..45d08b6 100644
--- a/arch/sh/include/asm/irq.h
+++ b/arch/sh/include/asm/irq.h
@@ -9,7 +9,7 @@ 
  * advised to cap this at the hard limit that they're interested in
  * through the machvec.
  */
-#define NR_IRQS			256
+#define NR_IRQS			512
 #define NR_IRQS_LEGACY		8	/* Legacy external IRQ0-7 */

 /*