diff options
Diffstat (limited to 'arch/sh/kernel/irq.c')
-rw-r--r-- | arch/sh/kernel/irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index ae5bac39b896..9dc447db8a44 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c | |||
@@ -283,6 +283,8 @@ void __init init_IRQ(void) | |||
283 | if (sh_mv.mv_init_irq) | 283 | if (sh_mv.mv_init_irq) |
284 | sh_mv.mv_init_irq(); | 284 | sh_mv.mv_init_irq(); |
285 | 285 | ||
286 | intc_finalize(); | ||
287 | |||
286 | irq_ctx_init(smp_processor_id()); | 288 | irq_ctx_init(smp_processor_id()); |
287 | } | 289 | } |
288 | 290 | ||