From 5329571b3c978635f6d832cc884fdd61ff94e0da Mon Sep 17 00:00:00 2001 From: "akpm@linux-foundation.org" Date: Wed, 9 May 2007 00:43:17 -0700 Subject: [PATCH] [IA64] sa_interrupt is deprecated Seems more than just deprecated, we can't build using SA_INTERUPT. Signed-off-by: Andrew Morton Signed-off-by: Tony Luck --- arch/ia64/kernel/irq_ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/ia64/kernel/irq_ia64.c b/arch/ia64/kernel/irq_ia64.c index dce5341303de..bc47049f060f 100644 --- a/arch/ia64/kernel/irq_ia64.c +++ b/arch/ia64/kernel/irq_ia64.c @@ -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" }; -- 2.39.2