diff options
Diffstat (limited to 'arch/mips/include/asm/mach-netlogic/irq.h')
-rw-r--r-- | arch/mips/include/asm/mach-netlogic/irq.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-netlogic/irq.h b/arch/mips/include/asm/mach-netlogic/irq.h index 868ed8a2ed5c..c0dbd530cca6 100644 --- a/arch/mips/include/asm/mach-netlogic/irq.h +++ b/arch/mips/include/asm/mach-netlogic/irq.h | |||
@@ -9,7 +9,8 @@ | |||
9 | #define __ASM_NETLOGIC_IRQ_H | 9 | #define __ASM_NETLOGIC_IRQ_H |
10 | 10 | ||
11 | #include <asm/mach-netlogic/multi-node.h> | 11 | #include <asm/mach-netlogic/multi-node.h> |
12 | #define NR_IRQS (64 * NLM_NR_NODES) | 12 | #define NLM_IRQS_PER_NODE 1024 |
13 | #define NR_IRQS (NLM_IRQS_PER_NODE * NLM_NR_NODES) | ||
13 | 14 | ||
14 | #define MIPS_CPU_IRQ_BASE 0 | 15 | #define MIPS_CPU_IRQ_BASE 0 |
15 | 16 | ||