[PATCH] irq-flags: serial: Use the new IRQF_ constants
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: Russell King <rmk@arm.linux.org.uk> 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
1d6f359a2e
commit
40663cc7f1
@@ -648,7 +648,7 @@ static irqreturn_t sn_sal_interrupt(int irq, void *dev_id, struct pt_regs *regs)
|
||||
static int sn_sal_connect_interrupt(struct sn_cons_port *port)
|
||||
{
|
||||
if (request_irq(SGI_UART_VECTOR, sn_sal_interrupt,
|
||||
SA_INTERRUPT | SA_SHIRQ,
|
||||
IRQF_DISABLED | IRQF_SHARED,
|
||||
"SAL console driver", port) >= 0) {
|
||||
return SGI_UART_VECTOR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user