[IA64] sa_interrupt is deprecated
authorakpm@linux-foundation.org <akpm@linux-foundation.org>
Wed, 9 May 2007 07:43:17 +0000 (00:43 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 9 May 2007 21:20:59 +0000 (14:20 -0700)
Seems more than just deprecated, we can't build using SA_INTERUPT.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/irq_ia64.c

index dce5341303dea25ecb12777058df025d4be6601b..bc47049f060f6348e5bb0a19874d89da86b131f6 100644 (file)
@@ -289,7 +289,7 @@ static struct irqaction resched_irqaction = {
 
 static struct irqaction tlb_irqaction = {
        .handler =      dummy_handler,
-       .flags =        SA_INTERRUPT,
+       .flags =        IRQF_DISABLED,
        .name =         "tlb_flush"
 };