]> err.no Git - linux-2.6/blobdiff - include/asm-frv/irq-routing.h
[S390] xpram off by one error.
[linux-2.6] / include / asm-frv / irq-routing.h
index 686fb2b39d6a5e11014d993a0df658c36ff7c029..ac3ab900a1dce05ef4f6e7e25e3b61d73a563ba0 100644 (file)
@@ -51,7 +51,7 @@ struct irq_source {
 struct irq_level {
        int                     usage;
        int                     disable_count;
-       unsigned long           flags;          /* current SA_INTERRUPT and SA_SHIRQ settings */
+       unsigned long           flags;          /* current IRQF_DISABLED and IRQF_SHARED settings */
        spinlock_t              lock;
        struct irq_source       *sources;
 };