summaryrefslogtreecommitdiffstats
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
parent99f04c8f69753e4032059eeb0c21197948e459f7 (diff)
downloadop-kernel-dev-197926108cc837474f8807678d6220bdce281620.zip
op-kernel-dev-197926108cc837474f8807678d6220bdce281620.tar.gz
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 3c7f12c..b7c0c75 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))
OpenPOWER on IntegriCloud