[lantiq] cleanup patches
[openwrt.git] / target / linux / lantiq / patches-3.3 / 0001-falcon-support.patch
1 From f4458a1e4807a6f6163a9473aed4a2166272a611 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Fri, 3 Aug 2012 10:13:06 +0200
4 Subject: [PATCH 01/25] falcon support
5
6 ---
7  .../include/asm/mach-lantiq/falcon/falcon_irq.h    |    2 ++
8  1 files changed, 2 insertions(+), 0 deletions(-)
9
10 diff --git a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
11 index 4dc6466..b024653 100644
12 --- a/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
13 +++ b/arch/mips/include/asm/mach-lantiq/falcon/falcon_irq.h
14 @@ -9,6 +9,8 @@
15  #ifndef _FALCON_IRQ__
16  #define _FALCON_IRQ__
17  
18 +#define IM_NUM                         5
19 +
20  #define INT_NUM_IRQ0                   8
21  #define INT_NUM_IM0_IRL0               (INT_NUM_IRQ0 + 0)
22  #define INT_NUM_IM1_IRL0               (INT_NUM_IM0_IRL0 + 32)
23 -- 
24 1.7.9.1
25