[PATCH] irq-flags: ALPHA: Use the new IRQF_ constants
Use the new IRQF_ constants and remove the SA_INTERRUPT define Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6e21361619
commit
d18ecedc02
@@ -74,7 +74,7 @@ jensen_local_startup(unsigned int irq)
|
||||
* the IPL from being dropped during handler processing.
|
||||
*/
|
||||
if (irq_desc[irq].action)
|
||||
irq_desc[irq].action->flags |= SA_INTERRUPT;
|
||||
irq_desc[irq].action->flags |= IRQF_DISABLED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user