[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200704260723.l3Q7NHeg023832@shell0.pdx.osdl.net>
Date: Thu, 26 Apr 2007 00:23:17 -0700
From: akpm@...ux-foundation.org
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
tglx@...utronix.de, schidambaram@...ric7.com
Subject: [patch 05/11] vioc: replace more deprecated SA_xxx interrupt flags
From: Thomas Gleixner <tglx@...utronix.de>
Fix the obnoxious users of the deprecated SA_xxx interrupt flags.
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: Sriram Chidambaram <schidambaram@...ric7.com>
Cc: Jeff Garzik <jeff@...zik.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/net/vioc/vioc_irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/net/vioc/vioc_irq.c~vioc-replace-more-deprecated-sa_xxx-interrupt-flags drivers/net/vioc/vioc_irq.c
--- a/drivers/net/vioc/vioc_irq.c~vioc-replace-more-deprecated-sa_xxx-interrupt-flags
+++ a/drivers/net/vioc/vioc_irq.c
@@ -319,7 +319,7 @@ static int vioc_irq_install(struct pci_d
ret = request_irq(vioc_interrupts[vioc_id].intreq[intr_id].irq,
vioc_interrupts[vioc_id].intreq[intr_id].hthandler,
- SA_INTERRUPT,
+ IRQF_DISABLED,
vioc_interrupts[vioc_id].intreq[intr_id].name,
vioc_interrupts[vioc_id].intreq[intr_id].
intrFuncparm);
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists