aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-31 18:49:54 +0000
committerJohn Crispin <john@openwrt.org>2012-07-31 18:49:54 +0000
commitf5f36911f0c398edcf87bd3190e4881c9b1b4613 (patch)
treef6b38f0bc2dc0de59875b542e2cbf162950f121b /target/linux/lantiq/patches-3.3/105-falcon_header_update.patch
parent07c4524d33a0bbc74e0127bb37178ed3d005e905 (diff)
downloadupstream-f5f36911f0c398edcf87bd3190e4881c9b1b4613.tar.gz
upstream-f5f36911f0c398edcf87bd3190e4881c9b1b4613.tar.bz2
upstream-f5f36911f0c398edcf87bd3190e4881c9b1b4613.zip
add lantiq svip support
SVN-Revision: 32925
Diffstat (limited to 'target/linux/lantiq/patches-3.3/105-falcon_header_update.patch')
-rw-r--r--target/linux/lantiq/patches-3.3/105-falcon_header_update.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch b/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch
new file mode 100644
index 0000000000..d428de860c
--- /dev/null
+++ b/target/linux/lantiq/patches-3.3/105-falcon_header_update.patch
@@ -0,0 +1,11 @@
+--- a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
++++ b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
+@@ -18,6 +18,8 @@
+ #ifndef _FALCON_IRQ__
+ #define _FALCON_IRQ__
+
++#define IM_NUM 5
++
+ #define INT_NUM_IRQ0 8
+ #define INT_NUM_IM0_IRL0 (INT_NUM_IRQ0 + 0)
+ #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