[PATCH] irq-flags: CRIS: Use the new IRQF_ constants
[linux-block.git] / arch / cris / arch-v32 / kernel / irq.c
index e2d2b3fdb5b1c407c2fd5941e96f7f9f50246319..cc361bf578aef8ae4907491b87ec265f9b5c3c30 100644 (file)
@@ -268,7 +268,7 @@ void
 crisv32_do_IRQ(int irq, int block, struct pt_regs* regs)
 {
        /* Interrupts that may not be moved to another CPU and
-         * are SA_INTERRUPT may skip blocking. This is currently
+         * are IRQF_DISABLED may skip blocking. This is currently
          * only valid for the timer IRQ and the IPI and is used
          * for the timer interrupt to avoid watchdog starvation.
          */