diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/include/asm/irq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/include/asm/irq.h b/arch/sh/include/asm/irq.h index d319baaf4fbd..a2b8c99cc06f 100644 --- a/arch/sh/include/asm/irq.h +++ b/arch/sh/include/asm/irq.h | |||
@@ -8,7 +8,8 @@ | |||
8 | * advised to cap this at the hard limit that they're interested in | 8 | * advised to cap this at the hard limit that they're interested in |
9 | * through the machvec. | 9 | * through the machvec. |
10 | */ | 10 | */ |
11 | #define NR_IRQS 256 | 11 | #define NR_IRQS 256 |
12 | #define NR_IRQS_LEGACY 8 /* Legacy external IRQ0-7 */ | ||
12 | 13 | ||
13 | /* | 14 | /* |
14 | * Convert back and forth between INTEVT and IRQ values. | 15 | * Convert back and forth between INTEVT and IRQ values. |