Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8cf6b1952286aff939ec626677179d73036cf7f2
Commit:     8cf6b1952286aff939ec626677179d73036cf7f2
Parent:     05a07af67658c31f1e9d2dbfcb3f455109e09a34
Author:     Kim Phillips <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 24 20:46:50 2008 -0600
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 08:33:03 2008 -0600

    [POWERPC] 83xx: ipic: add interrupt vector 94
    
    This is used on the mpc8315 SoC for TDM DMA error interrupts.
    
    Signed-off-by: Jerry Huang <[EMAIL PROTECTED]>
    Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 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 4c016da..d7f6a70 100644
--- a/arch/powerpc/sysdev/ipic.c
+++ b/arch/powerpc/sysdev/ipic.c
@@ -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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to