Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5329571b authored by Andrew Morton's avatar Andrew Morton Committed by Tony Luck
Browse files

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
};