diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7366.c')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c index f26b5cdad0d1..f97ea8e0acf5 100644 --- a/arch/sh/kernel/cpu/sh4a/setup-sh7366.c +++ b/arch/sh/kernel/cpu/sh4a/setup-sh7366.c | |||
@@ -163,8 +163,14 @@ static struct intc_sense_reg sense_registers[] __initdata = { | |||
163 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | 163 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, |
164 | }; | 164 | }; |
165 | 165 | ||
166 | static DECLARE_INTC_DESC(intc_desc, "sh7366", vectors, groups, | 166 | static struct intc_mask_reg ack_registers[] __initdata = { |
167 | mask_registers, prio_registers, sense_registers); | 167 | { 0xa4140024, 0, 8, /* INTREQ00 */ |
168 | { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } }, | ||
169 | }; | ||
170 | |||
171 | static DECLARE_INTC_DESC_ACK(intc_desc, "sh7366", vectors, groups, | ||
172 | mask_registers, prio_registers, sense_registers, | ||
173 | ack_registers); | ||
168 | 174 | ||
169 | void __init plat_irq_setup(void) | 175 | void __init plat_irq_setup(void) |
170 | { | 176 | { |