Skip to content

Commit

Permalink
[POWERPC] 83xx: ipic: add interrupt vector 94
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kim Phillips authored and Kumar Gala committed Jan 28, 2008
1 parent 05a07af commit 8cf6b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/powerpc/sysdev/ipic.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,12 @@ static struct ipic_info ipic_info[] = {
.force = IPIC_SIFCR_L,
.bit = 27,
},
[94] = {
.mask = IPIC_SIMSR_L,
.prio = 0,
.force = IPIC_SIFCR_L,
.bit = 30,
},
};

static inline u32 ipic_read(volatile u32 __iomem *base, unsigned int reg)
Expand Down

0 comments on commit 8cf6b19

Please sign in to comment.