summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-08-16 11:39:57 +0000
committerJohn Crispin <blogic@openwrt.org>2012-08-23 00:08:17 +0200
commit61fa969f27ec58296544bf94d058f3aa704cb8d9 (patch)
treeb4c8597b9b6fc758be9a42f3940cec7b2893f888 /arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h
parentfea7a08acb13524b47711625eebea40a0ede69a0 (diff)
downloadlinux-61fa969f27ec58296544bf94d058f3aa704cb8d9.tar.bz2
MIPS: lantiq: split up IRQ IM ranges
Up to now all our SoCs had the 5 IM ranges in a consecutive order. To accomodate the SVIP we need to support IM ranges that are scattered inside the register range. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/4237/
Diffstat (limited to 'arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h')
-rw-r--r--arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h
index aa0b3b866f84..5eadfe582529 100644
--- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h
+++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_irq.h
@@ -21,4 +21,6 @@
#define MIPS_CPU_TIMER_IRQ 7
+#define MAX_IM 5
+
#endif