aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/common.h
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-11-17 17:57:15 +0400
committerOlof Johansson <olof@lixom.net>2012-11-21 09:57:42 -0800
commit197926108cc837474f8807678d6220bdce281620 (patch)
tree49f97a2bd9f5b7419f9634944eb4b227eaf87196 /arch/arm/mach-clps711x/common.h
parentARM: clps711x: Implement usage "MULTI_IRQ_HANDLER" kernel option for a platform (diff)
downloadlinux-dev-197926108cc837474f8807678d6220bdce281620.tar.xz
linux-dev-197926108cc837474f8807678d6220bdce281620.zip
ARM: clps711x: Add FIQ interrupt handling
CLPS711X-target CPU can have a several FIQ interrupts. With this patch we adds handling for a one which will be used for ALSA PCM later. Since FIQ have a separate handler we only add "mask" and "unmask" calls which will used for enable/disable_irq functions. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-clps711x/common.h')
-rw-r--r--arch/arm/mach-clps711x/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/common.h b/arch/arm/mach-clps711x/common.h
index 3c7f12cb81c1..b7c0c75c90c0 100644
--- a/arch/arm/mach-clps711x/common.h
+++ b/arch/arm/mach-clps711x/common.h
@@ -4,7 +4,7 @@
* Common bits.
*/
-#define CLPS711X_NR_IRQS (30)
+#define CLPS711X_NR_IRQS (33)
#define CLPS711X_NR_GPIO (4 * 8 + 3)
#define CLPS711X_GPIO(prt, bit) ((prt) * 8 + (bit))