]> err.no Git - linux-2.6/blobdiff - arch/ia64/kernel/irq_ia64.c
[netdrvr] Remove Linux-specific changelogs from several Becker template drivers
[linux-2.6] / arch / ia64 / kernel / irq_ia64.c
index 3e6fcb056bcb7d71dac5c557d2067a6af2f2d6a7..a041367f043bb8324ea854adcb9d0c801cd41597 100644 (file)
@@ -235,7 +235,7 @@ extern irqreturn_t handle_IPI (int irq, void *dev_id, struct pt_regs *regs);
 
 static struct irqaction ipi_irqaction = {
        .handler =      handle_IPI,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "IPI"
 };
 #endif