diff options
author | John Crispin <blogic@openwrt.org> | 2012-08-03 08:53:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-03 08:53:02 +0000 |
commit | ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46 (patch) | |
tree | 81a9746583b2c1c212f8c35a51d07d9353080561 /target/linux/lantiq/patches-3.3/0001-falcon-support.patch | |
parent | a8facfad2aeb3c4eb9c5ee01f646fefd3f992351 (diff) | |
download | upstream-ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46.tar.gz upstream-ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46.tar.bz2 upstream-ce06d1cf7baeb10aa3ffef90f51ee4c3a0b81a46.zip |
[lantiq] cleanup patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32953 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.3/0001-falcon-support.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.3/0001-falcon-support.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/lantiq/patches-3.3/0001-falcon-support.patch b/target/linux/lantiq/patches-3.3/0001-falcon-support.patch new file mode 100644 index 0000000000..de7cc8ae1a --- /dev/null +++ b/target/linux/lantiq/patches-3.3/0001-falcon-support.patch @@ -0,0 +1,25 @@ +From f4458a1e4807a6f6163a9473aed4a2166272a611 Mon Sep 17 00:00:00 2001 +From: John Crispin <blogic@openwrt.org> +Date: Fri, 3 Aug 2012 10:13:06 +0200 +Subject: [PATCH 01/25] falcon support + +--- + .../include/asm/mach-lantiq/falcon/falcon_irq.h | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +diff --git a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h +index 4dc6466..b024653 100644 +--- a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h ++++ b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h +@@ -9,6 +9,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) +-- +1.7.9.1 + |