Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=05c8690d95967ad50dda3c9d552a0c342dde801b
Commit:     05c8690d95967ad50dda3c9d552a0c342dde801b
Parent:     1dc417d0390b4897dc1d9bbf335e325baecae2c3
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 12 08:49:06 2006 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Tue Dec 12 08:49:06 2006 +0900

    sh: Hook up SH7722 scif ipr interrupts.
    
    Add the SCIF IRQs to the IPR table for SH7722.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c 
b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index 7528fc6..1143fbf 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@ -46,6 +46,10 @@ static struct ipr_data sh7722_ipr_map[] = {
        /* IRQ, IPR-idx, shift, prio */
        { 16, 0, 12, 2 }, /* TMU0 */
        { 17, 0,  8, 2 }, /* TMU1 */
+       { 80, 6, 12, 3 }, /* SCIF ERI */
+       { 81, 6, 12, 3 }, /* SCIF RXI */
+       { 82, 6, 12, 3 }, /* SCIF BRI */
+       { 83, 6, 12, 3 }, /* SCIF TXI */
 };
 
 static unsigned long ipr_offsets[] = {
-
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