summaryrefslogtreecommitdiff
path: root/cpu/arm926ejs/interrupts.c
diff options
context:
space:
mode:
authorStelian Pop <stelian at>2008-01-30 21:15:54 +0000
committerPeter Pearse <peter.pearse@arm.com>2008-02-14 09:37:57 +0000
commitfefb6c10928caa9e71335cad64dcb65c83fce8ab (patch)
tree968867d762b17d1fbf5c8565ed83b34fe2fce4bf /cpu/arm926ejs/interrupts.c
parentfa506a926cec348805143576c941f8e61b333cc0 (diff)
AT91CAP9 support : cpu/ files
Signed-off-by: Stelian Pop <stelian <at> popies.net>
Diffstat (limited to 'cpu/arm926ejs/interrupts.c')
-rw-r--r--cpu/arm926ejs/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/arm926ejs/interrupts.c b/cpu/arm926ejs/interrupts.c
index 9cac969f64..33da56a971 100644
--- a/cpu/arm926ejs/interrupts.c
+++ b/cpu/arm926ejs/interrupts.c
@@ -172,7 +172,7 @@ void do_irq (struct pt_regs *pt_regs)
bad_mode ();
}
-#ifdef CONFIG_INTEGRATOR
+#if defined(CONFIG_INTEGRATOR) || defined(CONFIG_AT91CAP9ADK)
/* Timer functionality supplied by Integrator board (AP or CP) */