aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/irq-routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/irq-routing.h')
-rw-r--r--include/asm-frv/irq-routing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-frv/irq-routing.h b/include/asm-frv/irq-routing.h
index 686fb2b39d6a..ac3ab900a1dc 100644
--- a/include/asm-frv/irq-routing.h
+++ b/include/asm-frv/irq-routing.h
@@ -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;
};