Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ceb9b974513de6bd0ee86c30e84c34dd6e974fb5
Commit:     ceb9b974513de6bd0ee86c30e84c34dd6e974fb5
Parent:     aba1030a7e529ec9fe47a8cfc06d12a39180fa71
Author:     Magnus Damm <[EMAIL PROTECTED]>
AuthorDate: Fri Sep 21 18:34:48 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Sep 21 18:34:48 2007 +0900

    sh: Hook up the SH-X3 SMP intc register groups.
    
    Signed-off-by: Magnus Damm <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/cpu/sh4a/setup-shx3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh4a/setup-shx3.c 
b/arch/sh/kernel/cpu/sh4a/setup-shx3.c
index 4cfd532..c6cdd7e 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-shx3.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-shx3.c
@@ -215,7 +215,7 @@ static struct intc_prio_reg prio_registers[] __initdata = {
                                                 GPIO2, GPIO1, GPIO0, IRM } },
        { 0xfe410090, 0xfe4100a0, 32, 4, /* CnICIPRI / CnICIPRICLR */
          { INTICI7, INTICI6, INTICI5, INTICI4,
-           INTICI3, INTICI2, INTICI1, INTICI0 } },
+           INTICI3, INTICI2, INTICI1, INTICI0 }, INTC_SMP(4, 4) },
 };
 
 static DECLARE_INTC_DESC(intc_desc, "shx3", vectors, groups, priorities,
-
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