aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf609/include/mach
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2012-12-14 11:19:24 +0800
committerBob Liu <lliubbo@gmail.com>2012-12-14 11:20:22 +0800
commit86794b43569c9b8936dff2e8eed503393379af6e (patch)
treea1e22a88f584c300792167de4b59bae7ec37d9a3 /arch/blackfin/mach-bf609/include/mach
parentblackfin: kgdb: call generic_exec_single() directly (diff)
downloadlinux-dev-86794b43569c9b8936dff2e8eed503393379af6e.tar.xz
linux-dev-86794b43569c9b8936dff2e8eed503393379af6e.zip
blackfin: SEC: clean up SEC interrupt initialization
Append the SEC IRQ after the IVG6, which is consistent to BF5xx SIC. Exclude SIC irqchip fucntions from SEC code. Call handle_fasteoi_irq in SEC error and fault handler. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/include/mach')
-rw-r--r--arch/blackfin/mach-bf609/include/mach/irq.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf609/include/mach/irq.h b/arch/blackfin/mach-bf609/include/mach/irq.h
index 23e74cdeeee8..fa0843d5d77a 100644
--- a/arch/blackfin/mach-bf609/include/mach/irq.h
+++ b/arch/blackfin/mach-bf609/include/mach/irq.h
@@ -9,9 +9,6 @@
#include <mach-common/irq.h>
-#undef BFIN_IRQ
-#define BFIN_IRQ(x) ((x) + IVG15)
-
#define NR_PERI_INTS (5 * 32)
#define IRQ_SEC_ERR BFIN_IRQ(0) /* SEC Error */