Commit 5329571b authored by akpm@linux-foundation.org's avatar akpm@linux-foundation.org Committed by Tony Luck

[IA64] sa_interrupt is deprecated

Seems more than just deprecated, we can't build using SA_INTERUPT.
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 38cb162b
......@@ -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"
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment