diff options
Diffstat (limited to 'arch/mips/include/asm/mach-generic/irq.h')
-rw-r--r-- | arch/mips/include/asm/mach-generic/irq.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-generic/irq.h b/arch/mips/include/asm/mach-generic/irq.h index 139cd200e79d..050e18bb1a04 100644 --- a/arch/mips/include/asm/mach-generic/irq.h +++ b/arch/mips/include/asm/mach-generic/irq.h | |||
@@ -36,4 +36,10 @@ | |||
36 | 36 | ||
37 | #endif /* CONFIG_IRQ_CPU */ | 37 | #endif /* CONFIG_IRQ_CPU */ |
38 | 38 | ||
39 | #ifdef CONFIG_MIPS_GIC | ||
40 | #ifndef MIPS_GIC_IRQ_BASE | ||
41 | #define MIPS_GIC_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8) | ||
42 | #endif | ||
43 | #endif /* CONFIG_MIPS_GIC */ | ||
44 | |||
39 | #endif /* __ASM_MACH_GENERIC_IRQ_H */ | 45 | #endif /* __ASM_MACH_GENERIC_IRQ_H */ |