add lantiq svip support
[openwrt/openwrt.git] / target / linux / lantiq / patches-3.3 / 105-falcon_header_update.patch
1 --- a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
2 +++ b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
3 @@ -18,6 +18,8 @@
4 #ifndef _FALCON_IRQ__
5 #define _FALCON_IRQ__
6
7 +#define IM_NUM 5
8 +
9 #define INT_NUM_IRQ0 8
10 #define INT_NUM_IM0_IRL0 (INT_NUM_IRQ0 + 0)
11 #define INT_NUM_IM1_IRL0 (INT_NUM_IM0_IRL0 + 32)diff --git a/target/linux/lantiq/patches-2.6.32/300-svip_header.patch b/target/linux/lantiq/patches-2.6.32/300-svip_header.patch