alpha: use set_irq_chip and push down __do_IRQ to the machine types
[linux-2.6-microblaze.git] / arch / alpha / kernel / sys_rx164.c
index be16112..0465716 100644 (file)
@@ -116,8 +116,8 @@ rx164_init_irq(void)
 
        rx164_update_irq_hw(0);
        for (i = 16; i < 40; ++i) {
-               irq_desc[i].status = IRQ_DISABLED | IRQ_LEVEL;
-               irq_desc[i].chip = &rx164_irq_type;
+               irq_desc[i].status |= IRQ_LEVEL;
+               set_irq_chip_and_handler(i, &rx164_irq_type, alpha_do_IRQ);
        }
 
        init_i8259a_irqs();