commit | 3aae994fb0f43f6d94a31c33536a83869504abdf | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Feb 04 10:17:52 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:11 2011 +0100 |
tree | f928d2067cecfbb89c1133a8b513f84c890f7e9d | |
parent | 50f7c0327513d5acefbe26fd33498af18d1ffac5 [diff] [blame] |
genirq: Consolidate IRQ_DISABLED Handle IRQ_DISABLED consistent. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index c300b8f..89e5e16 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c
@@ -301,7 +301,7 @@ * Now kill the IRQ */ printk(KERN_EMERG "Disabling IRQ #%d\n", irq); - desc->status |= IRQ_DISABLED | IRQ_SPURIOUS_DISABLED; + desc->status |= IRQ_SPURIOUS_DISABLED; desc->depth++; irq_disable(desc);