more changes on original files
[linux-2.4.git] / arch / ppc / kernel / open_pic.c
index 2039ae1..562de7a 100644 (file)
@@ -585,17 +585,13 @@ void openpic_request_IPIs(void)
 
        /* IPIs are marked SA_INTERRUPT as they must run with irqs disabled */
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset,
 
        /* IPIs are marked SA_INTERRUPT as they must run with irqs disabled */
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset,
-                   openpic_ipi_action, SA_INTERRUPT,
-                   "IPI0 (call function)", 0);
+                   openpic_ipi_action, 0, "IPI0 (call function)", 0);
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset+1,
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset+1,
-                   openpic_ipi_action, SA_INTERRUPT,
-                   "IPI1 (reschedule)", 0);
+                   openpic_ipi_action, 0, "IPI1 (reschedule)", 0);
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset+2,
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset+2,
-                   openpic_ipi_action, SA_INTERRUPT,
-                   "IPI2 (invalidate tlb)", 0);
+                   openpic_ipi_action, 0, "IPI2 (invalidate tlb)", 0);
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset+3,
        request_irq(OPENPIC_VEC_IPI+open_pic_irq_offset+3,
-                   openpic_ipi_action, SA_INTERRUPT,
-                   "IPI3 (xmon break)", 0);
+                   openpic_ipi_action, 0, "IPI3 (xmon break)", 0);
 
        for ( i = 0; i < OPENPIC_NUM_IPI ; i++ )
                openpic_enable_ipi(OPENPIC_VEC_IPI+open_pic_irq_offset+i);
 
        for ( i = 0; i < OPENPIC_NUM_IPI ; i++ )
                openpic_enable_ipi(OPENPIC_VEC_IPI+open_pic_irq_offset+i);