aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/kernel/irq.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c
index 7aa89fac1f81..e1913f28f418 100644
--- a/arch/sh/kernel/irq.c
+++ b/arch/sh/kernel/irq.c
@@ -263,6 +263,12 @@ void __init init_IRQ(void)
263{ 263{
264 plat_irq_setup(); 264 plat_irq_setup();
265 265
266 /*
267 * Pin any of the legacy IRQ vectors that haven't already been
268 * grabbed by the platform
269 */
270 reserve_irq_legacy();
271
266 /* Perform the machine specific initialisation */ 272 /* Perform the machine specific initialisation */
267 if (sh_mv.mv_init_irq) 273 if (sh_mv.mv_init_irq)
268 sh_mv.mv_init_irq(); 274 sh_mv.mv_init_irq();