summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-prima2/include
diff options
context:
space:
mode:
authorBarry Song <Baohua.Song@csr.com>2012-12-20 12:11:18 +0100
committerBarry Song <Barry.Song@csr.com>2013-01-22 12:39:14 +0100
commitf2a94192d953990c5c928f52dd4122a67f93b980 (patch)
tree77bf983dc45303a627cc342939c5eee3d00087c3 /arch/arm/mach-prima2/include
parentARM: PRIMA2: rtciobg: it is also compatible with marco (diff)
downloadlinux-f2a94192d953990c5c928f52dd4122a67f93b980.tar.xz
linux-f2a94192d953990c5c928f52dd4122a67f93b980.zip
ARM: PRIMA2: irq: make prima2 irq can work even we enable GIC for Marco
in Marco, we will use GIC. this patch prepares the handle_irq for prima2 to avoid the compiling errors since we want only one defconfig and zImage for both prima2 and marco that means we will need handle_irq for both. Signed-off-by: Baohua Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/mach-prima2/include')
-rw-r--r--arch/arm/mach-prima2/include/mach/irqs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-prima2/include/mach/irqs.h b/arch/arm/mach-prima2/include/mach/irqs.h
index f6014a07541f..b778a0f248ed 100644
--- a/arch/arm/mach-prima2/include/mach/irqs.h
+++ b/arch/arm/mach-prima2/include/mach/irqs.h
@@ -10,8 +10,8 @@
#define __ASM_ARCH_IRQS_H
#define SIRFSOC_INTENAL_IRQ_START 0
-#define SIRFSOC_INTENAL_IRQ_END 59
+#define SIRFSOC_INTENAL_IRQ_END 127
#define SIRFSOC_GPIO_IRQ_START (SIRFSOC_INTENAL_IRQ_END + 1)
-#define NR_IRQS 220
+#define NR_IRQS 288
#endif