kernel: update 3.10 to 3.10.26
[openwrt.git] / target / linux / ramips / patches-3.10 / 0501-MIPS-increase-GIC_INTR_MAX.patch
1 From e5327a1c6969316370af5cae7cfe6b8163178575 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Mon, 2 Dec 2013 16:07:23 +0100
4 Subject: [PATCH 500/507] MIPS: increase GIC_INTR_MAX
5
6 Signed-off-by: John Crispin <blogic@openwrt.org>
7 ---
8  arch/mips/include/asm/gic.h |    2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/arch/mips/include/asm/gic.h
12 +++ b/arch/mips/include/asm/gic.h
13 @@ -19,7 +19,7 @@
14  #define GIC_TRIG_EDGE                  1
15  #define GIC_TRIG_LEVEL                 0
16  
17 -#define GIC_NUM_INTRS                  (24 + NR_CPUS * 2)
18 +#define GIC_NUM_INTRS                  (56 + NR_CPUS * 2)
19  
20  #define MSK(n) ((1 << (n)) - 1)
21  #define REG32(addr)            (*(volatile unsigned int *) (addr))