diff options
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r-- | arch/powerpc/include/asm/irq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/irq.h b/arch/powerpc/include/asm/irq.h index bbcd1aaf3df..b83fcc81fae 100644 --- a/arch/powerpc/include/asm/irq.h +++ b/arch/powerpc/include/asm/irq.h | |||
@@ -34,8 +34,8 @@ extern atomic_t ppc_n_lost_interrupts; | |||
34 | */ | 34 | */ |
35 | #define NO_IRQ_IGNORE ((unsigned int)-1) | 35 | #define NO_IRQ_IGNORE ((unsigned int)-1) |
36 | 36 | ||
37 | /* Total number of virq in the platform (make it a CONFIG_* option ? */ | 37 | /* Total number of virq in the platform */ |
38 | #define NR_IRQS 512 | 38 | #define NR_IRQS CONFIG_NR_IRQS |
39 | 39 | ||
40 | /* Number of irqs reserved for the legacy controller */ | 40 | /* Number of irqs reserved for the legacy controller */ |
41 | #define NUM_ISA_INTERRUPTS 16 | 41 | #define NUM_ISA_INTERRUPTS 16 |