]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/sh/kernel/irq.c
sh: Switch dynamic IRQ creation to generic irq allocator.
[net-next-2.6.git] / arch / sh / kernel / irq.c
index ae5bac39b896d052e0b3b1b663e3edb69a754339..d9f3b6e7c7cbffd4fc2971b89addb25044059f7b 100644 (file)
@@ -273,16 +273,12 @@ void __init init_IRQ(void)
 {
        plat_irq_setup();
 
-       /*
-        * Pin any of the legacy IRQ vectors that haven't already been
-        * grabbed by the platform
-        */
-       reserve_irq_legacy();
-
        /* Perform the machine specific initialisation */
        if (sh_mv.mv_init_irq)
                sh_mv.mv_init_irq();
 
+       intc_finalize();
+
        irq_ctx_init(smp_processor_id());
 }