diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-09-21 05:34:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 05:34:48 -0400 |
commit | ceb9b974513de6bd0ee86c30e84c34dd6e974fb5 (patch) | |
tree | 7093560da97de0bda61cdcc061e77fcaea0a34c3 | |
parent | aba1030a7e529ec9fe47a8cfc06d12a39180fa71 (diff) |
sh: Hook up the SH-X3 SMP intc register groups.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | 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 4cfd532086fa..c6cdd7e3b049 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 = { | |||
215 | GPIO2, GPIO1, GPIO0, IRM } }, | 215 | GPIO2, GPIO1, GPIO0, IRM } }, |
216 | { 0xfe410090, 0xfe4100a0, 32, 4, /* CnICIPRI / CnICIPRICLR */ | 216 | { 0xfe410090, 0xfe4100a0, 32, 4, /* CnICIPRI / CnICIPRICLR */ |
217 | { INTICI7, INTICI6, INTICI5, INTICI4, | 217 | { INTICI7, INTICI6, INTICI5, INTICI4, |
218 | INTICI3, INTICI2, INTICI1, INTICI0 } }, | 218 | INTICI3, INTICI2, INTICI1, INTICI0 }, INTC_SMP(4, 4) }, |
219 | }; | 219 | }; |
220 | 220 | ||
221 | static DECLARE_INTC_DESC(intc_desc, "shx3", vectors, groups, priorities, | 221 | static DECLARE_INTC_DESC(intc_desc, "shx3", vectors, groups, priorities, |