diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-01-24 21:46:50 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:33:03 -0500 |
commit | 8cf6b1952286aff939ec626677179d73036cf7f2 (patch) | |
tree | 41cf55099c8d4ae963392ba11829480a24afadb8 /arch | |
parent | 05a07af67658c31f1e9d2dbfcb3f455109e09a34 (diff) |
[POWERPC] 83xx: ipic: add interrupt vector 94
This is used on the mpc8315 SoC for TDM DMA error interrupts.
Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/sysdev/ipic.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/ipic.c b/arch/powerpc/sysdev/ipic.c index 4c016da68426..d7f6a70e78df 100644 --- a/arch/powerpc/sysdev/ipic.c +++ b/arch/powerpc/sysdev/ipic.c | |||
@@ -497,6 +497,12 @@ static struct ipic_info ipic_info[] = { | |||
497 | .force = IPIC_SIFCR_L, | 497 | .force = IPIC_SIFCR_L, |
498 | .bit = 27, | 498 | .bit = 27, |
499 | }, | 499 | }, |
500 | [94] = { | ||
501 | .mask = IPIC_SIMSR_L, | ||
502 | .prio = 0, | ||
503 | .force = IPIC_SIFCR_L, | ||
504 | .bit = 30, | ||
505 | }, | ||
500 | }; | 506 | }; |
501 | 507 | ||
502 | static inline u32 ipic_read(volatile u32 __iomem *base, unsigned int reg) | 508 | static inline u32 ipic_read(volatile u32 __iomem *base, unsigned int reg) |